B D E F M S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
M
- modifySOAPMessage(SOAPMessage) - Method in class feign.soap.SOAPEncoder
-
Override this in order to modify the SOAP message object before it's finally encoded.
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(SOAPEncoder.Builder) - Constructor for class feign.soap.SOAPEncoder
- SOAPEncoder.Builder - Class in feign.soap
-
Creates instances of
SOAPEncoder. - SOAPErrorDecoder - Class in feign.soap
-
Wraps the returned
SOAPFaultif present into aSOAPFaultException. - SOAPErrorDecoder() - Constructor for class feign.soap.SOAPErrorDecoder
- SOAPErrorDecoder(String) - Constructor for class feign.soap.SOAPErrorDecoder
-
SOAPErrorDecoder constructor allowing you to specify the SOAP protocol.
U
- useFirstChild() - Method in class feign.soap.SOAPDecoder.Builder
-
Alters the behavior of the code to use the
Node.getFirstChild()in place ofSOAPBody.extractContentAsDocument().
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
JAXBContextFactoryfor 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.
All Classes All Packages