Package feign.soap

Class SOAPDecoder.Builder

  • Enclosing class:
    SOAPDecoder

    public static class SOAPDecoder.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withJAXBContextFactory

        public SOAPDecoder.Builder withJAXBContextFactory​(feign.jaxb.JAXBContextFactory jaxbContextFactory)
      • withSOAPProtocol

        public SOAPDecoder.Builder withSOAPProtocol​(java.lang.String soapProtocol)
        The protocol used to create message factory. Default is "SOAP 1.1 Protocol".
        Parameters:
        soapProtocol - a string constant representing the MessageFactory protocol.
        See Also:
        SOAPConstants.SOAP_1_1_PROTOCOL, SOAPConstants.SOAP_1_2_PROTOCOL, SOAPConstants.DYNAMIC_SOAP_PROTOCOL, MessageFactory.newInstance(String)