public final class AxisCaster extends Object
Constructor and Description |
---|
AxisCaster() |
Modifier and Type | Method and Description |
---|---|
static String |
getRequestDefaultNameSpace() |
static String |
getRequestNameSpace() |
static Object |
toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
Object value,
Class targetClass) |
static Object |
toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
TimeZone tz,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Object value)
cast a value to a Axis Compatible Type
|
static Class |
toAxisTypeClass(Class clazz) |
static Component |
toComponent(PageContext pc,
Pojo pojo,
String compPath,
Component defaultValue) |
static QName |
toComponentType(QName qName,
QName defaultValue) |
static Object |
toLuceeType(PageContext pc,
Object value) |
static Object |
toLuceeType(PageContext pc,
String customType,
Object value) |
static Pojo |
toPojo(Pojo pojo,
javax.xml.rpc.encoding.TypeMapping tm,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Component comp,
Set<Object> done) |
static Pojo |
toPojo(Pojo pojo,
javax.xml.rpc.encoding.TypeMapping tm,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Struct sct,
Set<Object> done) |
public AxisCaster()
public static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm, TimeZone tz, org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry, QName type, Object value) throws PageException
type
- value
- PageException
public static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm, Object value, Class targetClass) throws PageException
PageException
public static Component toComponent(PageContext pc, Pojo pojo, String compPath, Component defaultValue)
public static Pojo toPojo(Pojo pojo, javax.xml.rpc.encoding.TypeMapping tm, org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry, QName type, Component comp, Set<Object> done) throws PageException
PageException
public static Pojo toPojo(Pojo pojo, javax.xml.rpc.encoding.TypeMapping tm, org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry, QName type, Struct sct, Set<Object> done) throws PageException
PageException
public static Class toAxisTypeClass(Class clazz)
public static Object toLuceeType(PageContext pc, Object value) throws PageException
PageException
public static Object toLuceeType(PageContext pc, String customType, Object value) throws PageException
PageException
public static QName toComponentType(QName qName, QName defaultValue)
public static String getRequestNameSpace()
public static String getRequestDefaultNameSpace()
Copyright © 2015 Lucee