org.apache.cxf.jaxrs.provider.aegis
Class AegisElementProvider<T>
java.lang.Object
org.apache.cxf.jaxrs.provider.aegis.AbstractAegisProvider<T>
org.apache.cxf.jaxrs.provider.aegis.AegisElementProvider<T>
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<T>, javax.ws.rs.ext.MessageBodyWriter<T>
- Direct Known Subclasses:
- AegisJSONProvider
@Provider
@Produces(value={"application/xml","application/*+xml","text/xml"})
@Consumes(value={"application/xml","application/*+xml","text/xml"})
public class AegisElementProvider<T>
- extends AbstractAegisProvider<T>
Method Summary |
protected XMLStreamReader |
createStreamReader(AegisType topType,
InputStream is)
|
protected XMLStreamWriter |
createStreamWriter(QName typeQName,
String enc,
OutputStream os)
|
T |
readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType m,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream is)
|
void |
writeTo(T obj,
Class<?> type,
Type genericType,
Annotation[] anns,
javax.ws.rs.core.MediaType m,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream os)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AegisElementProvider
public AegisElementProvider()
readFrom
public T readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType m,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream is)
throws IOException
- Throws:
IOException
createStreamReader
protected XMLStreamReader createStreamReader(AegisType topType,
InputStream is)
throws Exception
- Throws:
Exception
writeTo
public void writeTo(T obj,
Class<?> type,
Type genericType,
Annotation[] anns,
javax.ws.rs.core.MediaType m,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream os)
throws IOException
- Throws:
IOException
createStreamWriter
protected XMLStreamWriter createStreamWriter(QName typeQName,
String enc,
OutputStream os)
throws Exception
- Throws:
Exception
Apache CXF