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
-
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.void
setEnvelope
(Envelope newEnvelope) Sets the current SOAP 1.1 Envelope.void
Set the current SOAP 1.1 Fault related to the current message processing context.void
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, 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
-
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
-
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
-
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
-