Apache CXF API

org.apache.cxf.jaxrs.interceptor
Class AttachmentInputInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.interceptor.AttachmentInInterceptor
          extended by org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class AttachmentInputInterceptor
extends AttachmentInInterceptor


Constructor Summary
AttachmentInputInterceptor()
           
 
Method Summary
protected  List<String> getSupportedTypes()
           
 void setSupportedTypes(List<String> sTypes)
           
 
Methods inherited from class org.apache.cxf.interceptor.AttachmentInInterceptor
handleFault, handleMessage
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentInputInterceptor

public AttachmentInputInterceptor()
Method Detail

getSupportedTypes

protected List<String> getSupportedTypes()
Overrides:
getSupportedTypes in class AttachmentInInterceptor

setSupportedTypes

public void setSupportedTypes(List<String> sTypes)

Apache CXF API

Apache CXF