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, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanFlag 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.booleanGet the flag indicating whether the node is the final destination for the current message processing context.voidsetFinalDestination(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, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-