public static class SOAPDecoder.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SOAPDecoder |
build() |
SOAPDecoder.Builder |
withJAXBContextFactory(JAXBContextFactory jaxbContextFactory) |
SOAPDecoder.Builder |
withSOAPProtocol(String soapProtocol)
The protocol used to create message factory.
|
public SOAPDecoder.Builder withJAXBContextFactory(JAXBContextFactory jaxbContextFactory)
public SOAPDecoder.Builder withSOAPProtocol(String soapProtocol)
soapProtocol
- a string constant representing the MessageFactory protocol.SOAPConstants.SOAP_1_1_PROTOCOL
,
SOAPConstants.SOAP_1_2_PROTOCOL
,
SOAPConstants.DYNAMIC_SOAP_PROTOCOL
,
MessageFactory.newInstance(String)
public SOAPDecoder build()
Copyright © 2012–2019 OpenFeign. All rights reserved.