public class SOAPClientContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private String |
destinationURI
The destination URI for the SOAP message being sent.
|
private String |
pipelineName
Name of the specific SOAP client pipeline to use, for example with
PipelineFactoryHttpSOAPClient. |
private SOAPClient.SOAPRequestParameters |
requestParameters
Binding/transport-specific SOAP request parameters.
|
| Constructor and Description |
|---|
SOAPClientContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationURI()
Get the the destination URI for the SOAP message being sent.
|
String |
getPipelineName()
Get the name of the specific SOAP client message pipeline to use,
for example with
PipelineFactoryHttpSOAPClient. |
SOAPClient.SOAPRequestParameters |
getSOAPRequestParameters()
Gets a set of binding/transport-specific request parameters.
|
void |
setDestinationURI(String uri)
Set the destination URI for the SOAP message being sent.
|
void |
setPipelineName(String name)
Set the name of the specific SOAP client message pipeline to use,
for example with
PipelineFactoryHttpSOAPClient. |
void |
setSOAPRequestParameters(SOAPClient.SOAPRequestParameters parameters)
Sets a set of binding/transport-specific request parameters.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private SOAPClient.SOAPRequestParameters requestParameters
@Nullable private String pipelineName
PipelineFactoryHttpSOAPClient.@Nullable public SOAPClient.SOAPRequestParameters getSOAPRequestParameters()
public void setSOAPRequestParameters(@Nullable SOAPClient.SOAPRequestParameters parameters)
parameters - a set of binding/transport-specific request parameters@Nullable public String getPipelineName()
PipelineFactoryHttpSOAPClient.public void setPipelineName(@Nullable String name)
PipelineFactoryHttpSOAPClient.name - the pipeline name, or null@Nullable public String getDestinationURI()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.