Class InboundSOAPContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.soap.messaging.context.InboundSOAPContext
- All Implemented Interfaces:
Iterable<BaseContext>
A subcontext holding information related to processing of an inbound SOAP message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
Flag indicating whether the node is the final destination for the current message processing context.The set of actor URI's under which this SOAP node is operating.The set of headers that have been understood. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the (modifiable) set of actor URI's under which this SOAP node is operating.Get the (modifiable) set of headers which have been understood.boolean
Get the flag indicating whether the node is the final destination for the current message processing context.void
setFinalDestination
(boolean newValue) Set the flag indicating whether the node is the final destination for the current message processing context.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
-
nodeActors
The set of actor URI's under which this SOAP node is operating. -
finalDestination
private boolean finalDestinationFlag indicating whether the node is the final destination for the current message processing context. Defaults to: true -
understoodHeaders
The set of headers that have been understood.
-
-
Constructor Details
-
InboundSOAPContext
public InboundSOAPContext()Constructor.
-
-
Method Details
-
getNodeActors
Get the (modifiable) set of actor URI's under which this SOAP node is operating.- Returns:
- the set of node actor URI's
-
getUnderstoodHeaders
Get the (modifiable) set of headers which have been understood.- Returns:
- the set of node actor URI's
-
isFinalDestination
public boolean isFinalDestination()Get the flag indicating whether the node is the final destination for the current message processing context.Defaults to: true.
- Returns:
- true if is the final destination, false otherwise
-
setFinalDestination
public void setFinalDestination(boolean newValue) Set the flag indicating whether the node is the final destination for the current message processing context.Defaults to: true.
- Parameters:
newValue
- the new flag value
-