public class SOAP11Context extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Envelope |
envelope
The SAML protocol in use.
|
private Fault |
fault
SOAP 1.1 Fault related to the current message processing context.
|
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.
|
Fault |
getFault()
Get the current SOAP 1.1 Fault related to the current message processing context.
|
Integer |
getHTTPResponseStatus()
Get the optional HTTP response status code to return.
|
void |
setEnvelope(Envelope newEnvelope)
Sets the current SOAP 1.1 Envelope.
|
void |
setFault(Fault newFault)
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.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate Envelope envelope
private Fault fault
private Integer httpResponseStatus
@Nullable public Envelope getEnvelope()
public void setEnvelope(@Nullable Envelope newEnvelope)
newEnvelope - the current SOAP 1.1 Envelope@Nullable public Fault getFault()
public void setFault(@Nullable Fault newFault)
newFault - the new Fault@Nullable public Integer getHTTPResponseStatus()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.