KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > JAXRPCException > Top Examples

  • org.jboss.axis.client.Call
    Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. This class should be used to actually invoke the Web Service. It can be prefilled by a WSDL document (on the constructor to the Service object) or you can fill in the data yourself. <pre> Standard properties def ...
  • org.apache.axis.client.Call
    Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. This class should be used to actually invoke the Web Service. It can be prefilled by a WSDL document (on the constructor to the Service object) or you can fill in the data yourself. <pre> Standard properties def ...
  • org.jbpm.bpel.service.def.BpelEndpointHandler
    @author Alejandro Guízar @version $Revision: 1.10 $ $Date: 2005/06/23 02:22:57 $
  • 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.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.axis.client.Stub
    This class is the base for all generated stubs.
  • org.jboss.axis.client.Stub
    This class is the base for all generated stubs.
  • org.jboss.axis.encoding.DefaultTypeMappingImpl
    This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1. <p/> A TypeMapping contains tuples as follows: {Java type, SerializerFactory, DeserializerFactory, Type QName) <p/> In other words, it serves to map Java types to ...
  • org.openlaszlo.remote.soap.LZDefaultTypeMapping
  • test.jaxrpc.TestAxisClient
    @author Guillaume Sauthier
  • org.apache.axis.encoding.DeserializationContext
    This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
  • org.apache.axis.encoding.ser.SimpleDeserializerFactory
    A deserializer for any simple type with a (String) constructor. Note: this class is designed so that subclasses need only override the makeValue method in order to construct objects of their own type. @author Glen Daniels (gdaniels@apache.org) @author Sam Ruby (rubys@us.ibm.com) Modified for JAX ...
  • com.jboss.ebank.WSClient
Popular Tags