Package org.opensaml.soap.wsaddressing
Interface EndpointReferenceType
-
- All Superinterfaces:
org.opensaml.core.xml.AttributeExtensibleXMLObject,org.opensaml.core.xml.ElementExtensibleXMLObject,WSAddressingObject,org.opensaml.core.xml.XMLObject
- All Known Subinterfaces:
EndpointReference,FaultTo,From,Issuer,ReplyTo
public interface EndpointReferenceType extends org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject, WSAddressingObject
Interface for element of typeEndpointReferenceType.- See Also:
- "WS-Addressing 1.0 - Core"
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressgetAddress()Returns the <wsa:Address> child element.MetadatagetMetadata()Returns the optional <wsa:Metadata> child element.ReferenceParametersgetReferenceParameters()Returns the optional <wsa:ReferenceParameters> child element.voidsetAddress(Address address)Sets the <wsa:Address> child element.voidsetMetadata(Metadata metadata)Sets the <wsa:Metadata> child element.voidsetReferenceParameters(ReferenceParameters referenceParameters)Sets the <wsa:ReferenceParameters> child element.-
Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
-
Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
-
Method Detail
-
getAddress
Address getAddress()
Returns the <wsa:Address> child element.- Returns:
- the
Addresschild element ornull
-
setAddress
void setAddress(Address address)
Sets the <wsa:Address> child element.- Parameters:
address- theAddresschild element to set.
-
getMetadata
Metadata getMetadata()
Returns the optional <wsa:Metadata> child element.- Returns:
- the
Metadatachild element ornull.
-
setMetadata
void setMetadata(Metadata metadata)
Sets the <wsa:Metadata> child element.- Parameters:
metadata- theMetadatachild element to set.
-
getReferenceParameters
ReferenceParameters getReferenceParameters()
Returns the optional <wsa:ReferenceParameters> child element.- Returns:
- the
ReferenceParameterschild element ornull.
-
setReferenceParameters
void setReferenceParameters(ReferenceParameters referenceParameters)
Sets the <wsa:ReferenceParameters> child element.- Parameters:
referenceParameters- theReferenceParameterschild element to set.
-
-