KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > server > ServiceLifecycle > Top Examples

  • org.jboss.axis.providers.java.JavaProvider
    Base class for Java dispatching. Fetches various fields out of envelope, looks up service object (possibly using session state), and delegates envelope body processing to subclass via abstract processMessage method. @author Doug Davis (dug@us.ibm.com) @author Carl Woolf (cwoolf@macromedia.com)
  • org.jboss.axis.handlers.SimpleSessionHandler
    This handler uses SOAP headers to do simple session management. <p/> <p>Essentially, you install it on both the request and response chains of your service, on both the client and the server side.</p> <p/> <p>ON THE SERVER:</p> <ul> <li>The REQUEST i ...
  • org.objectweb.jonas_ejb.container.JServiceEndpoint
    Implementation of the Service Endpoint Interface. The lifeCycle of this object is managed by the JOnASEJBProvider. Although this object implements Remote, it is accessed locally today. @author Guillaume Sauthier, Philippe Durieux
  • org.apache.axis.description.JavaServiceDesc
    A ServiceDesc is an abstract description of a service. ServiceDescs contain OperationDescs, which are descriptions of operations. The information about a service's operations comes from one of two places: 1) deployment, or 2) introspection. @author Glen Daniels (gdaniels@apache.org)
Popular Tags