railo.runtime.net.rpc
Class AxisCaster

java.lang.Object
  extended by railo.runtime.net.rpc.AxisCaster

public final class AxisCaster
extends Object

Axis Type Caster


Constructor Summary
AxisCaster()
           
 
Method Summary
static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm, Object value, Class targetClass)
           
static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm, TimeZone tz, QName type, Object value, Class targetClass)
          cast a value to a Axis Compatible Type
static Class toAxisTypeClass(Class clazz)
           
static Object toRailoType(PageContext pc, Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisCaster

public AxisCaster()
Method Detail

toAxisType

public static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
                                TimeZone tz,
                                QName type,
                                Object value,
                                Class targetClass)
                         throws PageException
cast a value to a Axis Compatible Type

Parameters:
type -
value -
Returns:
Axis Compatible Type
Throws:
PageException

toAxisType

public static Object toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
                                Object value,
                                Class targetClass)
                         throws PageException
Throws:
PageException

toAxisTypeClass

public static Class toAxisTypeClass(Class clazz)

toRailoType

public static Object toRailoType(PageContext pc,
                                 Object value)
                          throws PageException
Throws:
PageException


Copyright © 2012 Railo