public class SOAP11Context extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Envelope |
envelope
The SAML protocol in use.
|
private java.lang.Integer |
httpResponseStatus
The HTTP response status code to return.
|
| Constructor and Description |
|---|
SOAP11Context() |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope()
Gets the current SOAP 1.1 Envelope.
|
java.lang.Integer |
getHTTPResponseStatus()
Get the optional HTTP response status code to return.
|
void |
setEnvelope(Envelope newEnvelope)
Sets the current SOAP 1.1 Envelope.
|
void |
setHTTPResponseStatus(java.lang.Integer status)
Set the optional HTTP response status code to return.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate Envelope envelope
private java.lang.Integer httpResponseStatus
@Nullable public Envelope getEnvelope()
public void setEnvelope(@Nullable
Envelope newEnvelope)
newEnvelope - the current SOAP 1.1 Envelope@Nullable public java.lang.Integer getHTTPResponseStatus()
public void setHTTPResponseStatus(@Nullable
java.lang.Integer status)
status - the HTTP response status code, may be null