Skip navigation links
B D E F S W 

B

build() - Method in class feign.soap.SOAPDecoder.Builder
 
build() - Method in class feign.soap.SOAPEncoder.Builder
 
Builder() - Constructor for class feign.soap.SOAPDecoder.Builder
 
Builder() - Constructor for class feign.soap.SOAPEncoder.Builder
 

D

decode(Response, Type) - Method in class feign.soap.SOAPDecoder
 
decode(String, Response) - Method in class feign.soap.SOAPErrorDecoder
 

E

encode(Object, Type, RequestTemplate) - Method in class feign.soap.SOAPEncoder
 

F

feign.soap - package feign.soap
 
formattedOutput - Variable in class feign.soap.SOAPEncoder.Builder
 

S

SOAPDecoder - Class in feign.soap
Decodes SOAP responses using SOAPMessage and JAXB for the body part.
SOAPDecoder(JAXBContextFactory) - Constructor for class feign.soap.SOAPDecoder
 
SOAPDecoder.Builder - Class in feign.soap
 
SOAPEncoder - Class in feign.soap
Encodes requests using SOAPMessage and JAXB for the body part.
SOAPEncoder(JAXBContextFactory) - Constructor for class feign.soap.SOAPEncoder
 
SOAPEncoder.Builder - Class in feign.soap
Creates instances of SOAPEncoder.
SOAPErrorDecoder - Class in feign.soap
Wraps the returned SOAPFault if present into a SOAPFaultException.
SOAPErrorDecoder() - Constructor for class feign.soap.SOAPErrorDecoder
 
SOAPErrorDecoder(String) - Constructor for class feign.soap.SOAPErrorDecoder
SOAPErrorDecoder constructor allowing you to specify the SOAP protocol.

W

withCharsetEncoding(Charset) - Method in class feign.soap.SOAPEncoder.Builder
Specify the charset encoding.
withFormattedOutput(boolean) - Method in class feign.soap.SOAPEncoder.Builder
Output format indent if true.
withJAXBContextFactory(JAXBContextFactory) - Method in class feign.soap.SOAPDecoder.Builder
 
withJAXBContextFactory(JAXBContextFactory) - Method in class feign.soap.SOAPEncoder.Builder
The JAXBContextFactory for body part.
withSOAPProtocol(String) - Method in class feign.soap.SOAPDecoder.Builder
The protocol used to create message factory.
withSOAPProtocol(String) - Method in class feign.soap.SOAPEncoder.Builder
The protocol used to create message factory.
withWriteXmlDeclaration(boolean) - Method in class feign.soap.SOAPEncoder.Builder
Write the xml declaration if true.
B D E F S W 
Skip navigation links

Copyright © 2012–2019 OpenFeign. All rights reserved.