Class SOAP11Context
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.soap.messaging.context.SOAP11Context
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext that carries information about the SOAP 1.1 message transport.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current SOAP 1.1 Envelope.getFault()Get the current SOAP 1.1 Fault related to the current message processing context.Get the optional HTTP response status code to return.setEnvelope(Envelope newEnvelope) Sets the current SOAP 1.1 Envelope.Set the current SOAP 1.1 Fault related to the current message processing context.setHTTPResponseStatus(Integer status) Set the optional HTTP response status code to return.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
-
envelope
The SAML protocol in use. -
fault
SOAP 1.1 Fault related to the current message processing context. -
httpResponseStatus
The HTTP response status code to return.
-
-
Constructor Details
-
SOAP11Context
public SOAP11Context()
-
-
Method Details
-
getEnvelope
Gets the current SOAP 1.1 Envelope.- Returns:
- current SOAP 1.1 Envelope, may be null
-
setEnvelope
Sets the current SOAP 1.1 Envelope.- Parameters:
newEnvelope- the current SOAP 1.1 Envelope- Returns:
- this context
-
getFault
Get the current SOAP 1.1 Fault related to the current message processing context.- Returns:
- the current SOAP 1.1 Fault, may be null
-
setFault
Set the current SOAP 1.1 Fault related to the current message processing context.- Parameters:
newFault- the new Fault- Returns:
- this context
-
getHTTPResponseStatus
Get the optional HTTP response status code to return.- Returns:
- HTTP response status code, may be null
-
setHTTPResponseStatus
Set the optional HTTP response status code to return.- Parameters:
status- the HTTP response status code, may be null- Returns:
- this context
-