Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.client.async.* (5)

org.apache.axis.client: Javadoc index of package org.apache.axis.client.


Package Samples:

org.apache.axis.client.async

Classes:

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. Standard properties defined by in JAX-RPC's javax..xml.rpc.Call interface: USERNAME_PROPERTY - User name for authentication PASSWORD_PROPERTY - Password for authentication SESSION_PROPERTY - Participate in a session with the endpoint? OPERATION_STYLE_PROPERTY - "rpc" or "document" SOAPACTION_USE_PROPERTY - Should SOAPAction be used? SOAPACTION_URI_PROPERTY ...
Service: Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. The Service class should be used a the starting point for access SOAP Web Services. Typically, a Service will be created with a WSDL document and along with a serviceName you can then ask for a Call object that will allow you to invoke a Web Service.
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.
AxisClient: Provides the equivalent of an "Axis engine" on the client side. Subclasses hardcode initialization & setup logic for particular client-side transports.
AdminClient: An admin client object that can be used both from the command line and programmatically.
ServiceFactory: Helper class for obtaining Services from JNDI. !!! WORK IN PROGRESS
Stub: This class is the base for all generated stubs.
AsyncResult: Access the results of the Async call
IAsyncResult: Access the results of the Async call
HappyClient: Client side equivalent of happyaxis
IAsyncCallback: Callback for Async notification
AsyncCall: Support for Asynchronous call
Status: Status of the async request
Transport

Home | Contact Us | Privacy Policy | Terms of Service