KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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.jboss.axis.wsdl.SkeletonImpl
    Provides Base function implementation for the Skeleton interface
  • org.openlaszlo.remote.soap.LZSOAPPart
  • samples.jms.dii.JMSURLTest
    Demonstrates use of a JMS URL endpoint address to drive the JMS transport. The JMS listener is an intermediary that receives the JMS service request and invokes the actual stock quote service over HTTP. @author Ray Chun (rchun@sonicsoftware.com)
Popular Tags