org.apache.soap.util
Interface  Provider
- All Known Implementing Classes: 
 - MsgJavaProvider, RPCJavaProvider, RPCProvider, StatefulEJBProvider, StatelessEJBProvider, TemplateProvider
 
- public interface Provider
 
A Provider ...
- Author: 
 - Dug (dug@us.ibm.com)
 A provider's function is split into two pieces, locating the
 service (which also includes any verification that the service can
 be execute at all and by the client), and actually running it.
 Its up to the 'invoke' method to not only call the actual service
 up to grab and format the repsonse into a SOAP Repsonse object.
 
 
locate
public void locate(DeploymentDescriptor dd,
                   Envelope env,
                   Call call,
                   java.lang.String methodName,
                   java.lang.String targetObjectURI,
                   SOAPContext reqContext)
            throws SOAPException
invoke
public void invoke(SOAPContext req,
                   SOAPContext res)
            throws SOAPException
Copyright © 2001 Apache XML Project. All Rights Reserved.