Class WSAddressingContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
- All Implemented Interfaces:
Iterable<BaseContext>
A subcontext that carries information related to WS-Addressing processing.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Action URI value.Get the Fault Action URI value.Get the MessageID URI value.Get the RelatesTo RelationshipType attribute value.Get the RelatesTo URI value.void
setActionURI
(String uri) Set the Action URI value.void
setFaultActionURI
(String uri) Set the Fault Action URI value.void
setMessageIDURI
(String uri) Set the MessageID URI value.void
Get the RelatesTo RelationshipType attribute value.void
setRelatesToURI
(String uri) Set the RelatesTo URI value.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
actionURI
The Action URI value. -
faultActionURI
The Fault Action URI value. -
messageIDURI
The MessageID URI value. -
relatesToURI
The RelatesTo URI value. -
relatesToRelationshipType
The RelatesTo RelationshipType attribute value.
-
-
Constructor Details
-
WSAddressingContext
public WSAddressingContext()
-
-
Method Details
-
getActionURI
Get the Action URI value.- Returns:
- the action URI.
-
setActionURI
Set the Action URI value.- Parameters:
uri
- the new Action URI value
-
getFaultActionURI
Get the Fault Action URI value.- Returns:
- the fault action URI.
-
setFaultActionURI
Set the Fault Action URI value.- Parameters:
uri
- the new Fault Action URI value
-
getMessageIDURI
Get the MessageID URI value.- Returns:
- the MessageID URI
-
setMessageIDURI
Set the MessageID URI value.- Parameters:
uri
- the new MessageID URI value
-
getRelatesToURI
Get the RelatesTo URI value.- Returns:
- the RelatesTo URI
-
setRelatesToURI
Set the RelatesTo URI value.- Parameters:
uri
- the RelatesTo URI value
-
getRelatesToRelationshipType
Get the RelatesTo RelationshipType attribute value.- Returns:
- the RelatesTo RelationshipType attribute value
-
setRelatesToRelationshipType
Get the RelatesTo RelationshipType attribute value.- Parameters:
value
- the RelatesTo RelationshipType attribute value
-