KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > encoding > DeserializerFactory > Top Examples

  • org.jboss.axis.encoding.TypeMappingImpl
    <p/> This is the implementation of the axis TypeMapping interface (which extends the JAX-RPC TypeMapping interface). </p> <p/> A TypeMapping is obtained from the singleton TypeMappingRegistry using the namespace of the webservice. The TypeMapping contains the tuples {Java type, ...
  • org.openlaszlo.remote.soap.LZDefaultTypeMapping
  • org.apache.axis.encoding.TypeMappingImpl
    <p> This is the implementation of the axis TypeMapping interface (which extends the JAX-RPC TypeMapping interface). </p> <p> A TypeMapping is obtained from the singleton TypeMappingRegistry using the namespace of the webservice. The TypeMapping contains the tuples {Java type, Se ...
  • org.jboss.axis.encoding.TypeMappingDelegate
    The TypeMapping delegate is used to simply delegate to the indicated type mapping. It is used by the TypeMappingRegistry to assist with chaining. @author Rich Scheuerle (scheu@us.ibm.com) Construct TypeMapping JAX-RPC Compliant Method Definitions Delegate or throw an exception
  • org.apache.geronimo.axis.client.SEIFactoryImpl
    @version $Rev: $ $Date: $
  • org.jboss.axis.encoding.DeserializerFactory
    This interface describes the AXIS DeserializerFactory. <p/> An Axis compliant Serializer Factory must provide one or more of the following methods: <p/> public static create(Class javaType, QName xmlType) public <constructor>(Class javaType, QName xmlType) public <constructor& ...
Popular Tags