public interface Endpoint extends SAMLObject, ElementExtensibleXMLObject, AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BINDING_ATTRIB_NAME
"Binding" attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
LOCATION_ATTRIB_NAME
"Location" attribute name.
|
static java.lang.String |
RESPONSE_LOCATION_ATTRIB_NAME
"ResponseLocation" attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBinding()
Gets the URI identifier for the binding supported by this Endpoint.
|
java.lang.String |
getLocation()
Gets the URI, usually a URL, for the location of this Endpoint.
|
java.lang.String |
getResponseLocation()
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
|
void |
setBinding(java.lang.String binding)
Sets the URI identifier for the binding supported by this Endpoint.
|
void |
setLocation(java.lang.String location)
Sets the URI, usually a URL, for the location of this Endpoint.
|
void |
setResponseLocation(java.lang.String location)
Sets the URI, usually a URL, responses should be sent to this for this Endpoint.
|
getUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesdetach, 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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String BINDING_ATTRIB_NAME
static final java.lang.String LOCATION_ATTRIB_NAME
static final java.lang.String RESPONSE_LOCATION_ATTRIB_NAME
java.lang.String getBinding()
void setBinding(java.lang.String binding)
binding - the URI identifier for the binding supported by this Endpointjava.lang.String getLocation()
void setLocation(java.lang.String location)
location - the location of this Endpointjava.lang.String getResponseLocation()
void setResponseLocation(java.lang.String location)
location - the URI responses should be sent to this for this Endpoint