org.apache.cxf.aegis.type
Class TypeUtil

java.lang.Object
  extended by org.apache.cxf.aegis.type.TypeUtil

public final class TypeUtil
extends java.lang.Object

Static methods/constants for Aegis.

Author:
Dan Diephouse

Field Summary
static org.apache.commons.logging.Log LOG
           
 
Method Summary
static Type getReadType(javax.xml.stream.XMLStreamReader xsr, Context context, Type type)
           
static Type getWriteType(Context context, java.lang.Object value, Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Method Detail

getReadType

public static Type getReadType(javax.xml.stream.XMLStreamReader xsr,
                               Context context,
                               Type type)

getWriteType

public static Type getWriteType(Context context,
                                java.lang.Object value,
                                Type type)


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.