Class EndpointReferenceUnmarshaller
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.EndpointReferenceUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class EndpointReferenceUnmarshaller extends EndpointReferenceTypeUnmarshaller
Unmarshaller for the <wsa:EndpointReference> element.
- See Also:
EndpointReference
-
Constructor Summary
Constructors Constructor Description EndpointReferenceUnmarshaller()
-
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
-
EndpointReferenceUnmarshaller
public EndpointReferenceUnmarshaller()
-