public class To
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
EndpointReference. If the <wsa:To> header block is not present,
the value defaults to http://www.w3.org/2005/03/addressing/role/anonymous; so, when constructing a message, the
header block can be omitted if this is the value that would be used. This typically allows the <wsa:To> header block
to be omitted during synchronous request-response message exchanges over HTTP. Please refer to [WSAv1.0] for
default processing rules in the absence of the <wsa:To> header block.| Modifier and Type | Class and Description |
|---|---|
static class |
To.Builder |
static class |
To.Marshaller
Static internal Marshaller
|
static class |
To.Unmarshaller
Static Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the SASL type.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes
Support for AttributeExtensibleXMLObject interface
|
private String |
value
Content: AttributedURIType
|
| Modifier | Constructor and Description |
|---|---|
|
To()
Constructor
|
protected |
To(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
String |
getValue() |
void |
setValue(String newValue) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String DEFAULT_ELEMENT_LOCAL_NAME
public static final QName DEFAULT_ELEMENT_NAME
private String value
private org.opensaml.core.xml.util.AttributeMap otherAttributes
public String getValue()
public void setValue(String newValue)
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2015. All rights reserved.