KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > holders > Holder > Top Examples

  • org.jboss.axis.providers.java.RPCInvocation
    Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object. @author Doug Davis (dug@us.ibm.com)
  • org.jboss.axis.client.AxisClientProxy
    Very simple dynamic proxy InvocationHandler class. This class is constructed with a Call object, and then each time a method is invoked on a dynamic proxy using this invocation handler, we simply turn it into a SOAP request. @author Glen Daniels (gdaniels@macromedia.com) @author Cédric Chabanois ...
  • org.jboss.axis.wsdl.fromJava.Types
    <p>Description: </p> This class is used to recursively serializes a Java Class into an XML Schema representation. <p/> It has utility methods to create a schema node, assosiate namespaces to the various types @author unascribed
  • org.apache.axis.holders.NonPositiveIntegerHolder
    Class NonPositiveIntegerHolder
  • 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.
Popular Tags