org.apache.cxf.jaxrs.impl
Class AbstractInterceptorContextImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
org.apache.cxf.jaxrs.impl.AbstractInterceptorContextImpl
- Direct Known Subclasses:
- ReaderInterceptorContextImpl, WriterInterceptorContextImpl
public class AbstractInterceptorContextImpl
- extends AbstractPropertiesImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInterceptorContextImpl
public AbstractInterceptorContextImpl(Class<?> cls,
Type type,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
Message message)
getType
public Class<?> getType()
getAnnotations
public Annotation[] getAnnotations()
getGenericType
public Type getGenericType()
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
setAnnotations
public void setAnnotations(Annotation[] annotations)
setGenericType
public void setGenericType(Type genType)
setMediaType
public void setMediaType(javax.ws.rs.core.MediaType mtype)
setType
public void setType(Class<?> ctype)
Apache CXF