Class SOAPClientContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class SOAPClientContext
    extends BaseContext
    Message context for SOAP client messages.
    • Field Detail

      • destinationURI

        @Nullable
        private String destinationURI
        The destination URI for the SOAP message being sent.
    • Constructor Detail

      • SOAPClientContext

        public SOAPClientContext()
    • Method Detail

      • getSOAPRequestParameters

        @Nullable
        public SOAPClient.SOAPRequestParameters getSOAPRequestParameters()
        Gets a set of binding/transport-specific request parameters.
        Returns:
        set of binding/transport-specific request parameters
      • setSOAPRequestParameters

        public void setSOAPRequestParameters​(@Nullable
                                             SOAPClient.SOAPRequestParameters parameters)
        Sets a set of binding/transport-specific request parameters.
        Parameters:
        parameters - a set of binding/transport-specific request parameters
      • getPipelineName

        @Nullable
        public String getPipelineName()
        Get the name of the specific SOAP client message pipeline to use, for example with PipelineFactoryHttpSOAPClient.
        Returns:
        the pipeline name, or null
      • setPipelineName

        public void setPipelineName​(@Nullable
                                    String name)
        Set the name of the specific SOAP client message pipeline to use, for example with PipelineFactoryHttpSOAPClient.
        Parameters:
        name - the pipeline name, or null
      • getDestinationURI

        @Nullable
        public String getDestinationURI()
        Get the the destination URI for the SOAP message being sent.
        Returns:
        the destination URI, or null
      • setDestinationURI

        public void setDestinationURI​(@Nullable
                                      String uri)
        Set the destination URI for the SOAP message being sent.
        Parameters:
        uri - the destination URI, or null