Package com.evolveum.midpoint.prism
Interface Hacks
-
- All Known Implementing Classes:
HacksImpl
public interface Hacks
TEMPORARY. This interface belongs to a coursebook on Software Engineering as a horrific design example ;) Prism API and/or client code should be modified to get rid of these hacks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc)
void
serializeFaultMessage(javax.xml.soap.Detail detail, Object faultInfo, QName faultMessageElementName, Trace logger)
Element
serializeSingleElementMapToElement(MapXNode filterClauseXNode)
-
-
-
Method Detail
-
serializeFaultMessage
void serializeFaultMessage(javax.xml.soap.Detail detail, Object faultInfo, QName faultMessageElementName, Trace logger)
-
parseProtectedType
<T> void parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) throws SchemaException
- Throws:
SchemaException
-
serializeSingleElementMapToElement
Element serializeSingleElementMapToElement(MapXNode filterClauseXNode) throws SchemaException
- Throws:
SchemaException
-
-