public class SOAP11Context
extends org.opensaml.messaging.context.BaseContext
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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable public Envelope getEnvelope()
public void setEnvelope(@Nullable Envelope newEnvelope)
newEnvelope
- the current SOAP 1.1 Envelope@Nullable public Integer getHTTPResponseStatus()
Copyright © 2016 JBoss by Red Hat. All rights reserved.