Skip navigation links
B C D F R S 

B

build() - Method in class feign.sax.SAXDecoder.Builder
 
builder() - Static method in class feign.sax.SAXDecoder
 
Builder() - Constructor for class feign.sax.SAXDecoder.Builder
 

C

create() - Method in interface feign.sax.SAXDecoder.ContentHandlerWithResult.Factory
 

D

decode(Response, Type) - Method in class feign.sax.SAXDecoder
 

F

feign.sax - package feign.sax
 

R

registerContentHandler(Class<T>) - Method in class feign.sax.SAXDecoder.Builder
Will call Constructor.newInstance(Object...) on handlerClass for each content stream.
registerContentHandler(Type, SAXDecoder.ContentHandlerWithResult.Factory<?>) - Method in class feign.sax.SAXDecoder.Builder
Will call SAXDecoder.ContentHandlerWithResult.Factory.create() on handler for each content stream.
result() - Method in interface feign.sax.SAXDecoder.ContentHandlerWithResult
expected to be set following a call to XMLReader.parse(InputSource)

S

SAXDecoder - Class in feign.sax
Decodes responses using SAX, which is supported both in normal JVM environments, as well Android.
SAXDecoder.Builder - Class in feign.sax
 
SAXDecoder.ContentHandlerWithResult<T> - Interface in feign.sax
Implementations are not intended to be shared across requests.
SAXDecoder.ContentHandlerWithResult.Factory<T> - Interface in feign.sax
 
B C D F R S 
Skip navigation links

Copyright © 2012–2022 OpenFeign. All rights reserved.