public interface Request
extends org.opensaml.common.SAMLObject, org.opensaml.ws.soap.soap11.MustUnderstandBearing, org.opensaml.ws.soap.soap11.ActorBearing
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
MESSAGE_ID_ATTRIB_NAME
messageID attribute name.
|
static String |
RESPONSE_CONSUMER_URL_ATTRIB_NAME
responseConsumerURL attribute name.
|
static String |
SERVICE_ATTRIB_NAME
service 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 |
getMessageID()
Get the messageID attribute value.
|
String |
getResponseConsumerURL()
Get the responseConsumerURL attribute value.
|
String |
getService()
Get the service attribute value.
|
void |
setMessageID(String newMessageID)
Set the messageID attribute value.
|
void |
setResponseConsumerURL(String newResponseConsumerURL)
Set the responseConsumerURL attribute value.
|
void |
setService(String newService)
Set the service attribute value.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, 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, setSchemaLocation
static 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 RESPONSE_CONSUMER_URL_ATTRIB_NAME
static final String SERVICE_ATTRIB_NAME
static final String MESSAGE_ID_ATTRIB_NAME
String getResponseConsumerURL()
void setResponseConsumerURL(String newResponseConsumerURL)
newResponseConsumerURL
- the new responseConsumerURL attribute valueString getService()
void setService(String newService)
newService
- the new service attribute valueString getMessageID()
void setMessageID(String newMessageID)
newMessageID
- the new messageID attribute value