public interface Endpoint extends SAMLObject, ElementExtensibleXMLObject, AttributeExtensibleXMLObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
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
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationgetUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String 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 © 2012. All Rights Reserved.