Class FaultToUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeUnmarshaller
org.opensaml.soap.wsaddressing.impl.FaultToUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class FaultToUnmarshaller extends EndpointReferenceTypeUnmarshaller
Unmarshaller for the <wsa:FaultTo> element.
-
Constructor Summary
Constructors Constructor Description FaultToUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeUnmarshaller
processAttribute, processChildElement
Methods inherited from class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
processElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
FaultToUnmarshaller
public FaultToUnmarshaller()
-