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