|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AegisContext | |
---|---|
org.apache.cxf.aegis | |
org.apache.cxf.aegis.databinding | |
org.apache.cxf.aegis.type | |
org.apache.cxf.jaxrs.provider.aegis |
Uses of AegisContext in org.apache.cxf.aegis |
---|
Fields in org.apache.cxf.aegis declared as AegisContext | |
---|---|
protected AegisContext |
AbstractAegisIoImpl.aegisContext
|
Methods in org.apache.cxf.aegis that return AegisContext | |
---|---|
AegisContext |
Context.getGlobalContext()
|
Constructors in org.apache.cxf.aegis with parameters of type AegisContext | |
---|---|
AbstractAegisIoImpl(AegisContext globalContext)
|
|
AbstractAegisIoImpl(AegisContext globalContext,
Context context)
Due to the fact that the element data reader borrows this class, we need a constructor that takes an existing context. |
|
AegisElementDataReader(AegisContext globalContext)
|
|
AegisElementDataWriter(AegisContext globalContext)
|
|
AegisXMLStreamDataReader(AegisContext globalContext)
|
|
AegisXMLStreamDataReader(AegisContext globalContext,
Context context)
This constructor is used by the Element data reader to borrow this class. |
|
Context(AegisContext aegisContext)
|
Uses of AegisContext in org.apache.cxf.aegis.databinding |
---|
Methods in org.apache.cxf.aegis.databinding that return AegisContext | |
---|---|
AegisContext |
AegisDatabinding.getAegisContext()
|
Methods in org.apache.cxf.aegis.databinding with parameters of type AegisContext | |
---|---|
void |
AegisDatabinding.setAegisContext(AegisContext aegisContext)
|
Constructors in org.apache.cxf.aegis.databinding with parameters of type AegisContext | |
---|---|
AegisDatabinding(AegisContext ctx)
|
Uses of AegisContext in org.apache.cxf.aegis.type |
---|
Methods in org.apache.cxf.aegis.type with parameters of type AegisContext | |
---|---|
static AegisType |
TypeUtil.getReadType(XMLStreamReader xsr,
AegisContext context,
AegisType baseType)
|
static AegisType |
TypeUtil.getReadTypeStandalone(XMLStreamReader xsr,
AegisContext context,
AegisType baseType)
getReadType cannot just look up the xsi:type in the mapping. |
static AegisType |
TypeUtil.getWriteType(AegisContext globalContext,
Object value,
AegisType type)
|
static AegisType |
TypeUtil.getWriteTypeStandalone(AegisContext globalContext,
Object value,
AegisType type)
|
static AegisType |
TypeUtil.getWriteTypeStandalone(AegisContext globalContext,
Object value,
Type reflectType)
Allow writing of collections when the type of the collection object is known via an Type object. |
Uses of AegisContext in org.apache.cxf.jaxrs.provider.aegis |
---|
Fields in org.apache.cxf.jaxrs.provider.aegis with type parameters of type AegisContext | |
---|---|
protected javax.ws.rs.ext.ContextResolver<AegisContext> |
AbstractAegisProvider.resolver
|
Methods in org.apache.cxf.jaxrs.provider.aegis that return AegisContext | |
---|---|
protected AegisContext |
AbstractAegisProvider.getAegisContext(Class<?> plainClass,
Type genericType)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |