Package feign.soap
Class SOAPDecoder.Builder
- java.lang.Object
-
- feign.soap.SOAPDecoder.Builder
-
- Enclosing class:
- SOAPDecoder
public static class SOAPDecoder.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SOAPDecoder
build()
SOAPDecoder.Builder
withJAXBContextFactory(feign.jaxb.JAXBContextFactory jaxbContextFactory)
SOAPDecoder.Builder
withSOAPProtocol(java.lang.String soapProtocol)
The protocol used to create message factory.
-
-
-
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)
-
build
public SOAPDecoder build()
-
-