public class SOAP11Context extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Envelope |
envelope
The SAML protocol in use.
|
private 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.
|
Integer |
getHTTPResponseStatus()
Get the optional HTTP response status code to return.
|
void |
setEnvelope(Envelope newEnvelope)
Sets the current SOAP 1.1 Envelope.
|
void |
setHTTPResponseStatus(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 Integer httpResponseStatus
@Nullable public Envelope getEnvelope()
public void setEnvelope(@Nullable Envelope newEnvelope)
newEnvelope - the current SOAP 1.1 Envelope@Nullable public Integer getHTTPResponseStatus()
Copyright © 1999–2014. All rights reserved.