org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor Interceptor for accessing a specific port of a JAX-RPC service. Uses either LocalJaxRpcServiceFactory's facilities underneath, or takes an explicit reference to an existing JAX-RPC Service instance (for example looked up via JndiObjectFactoryBean). <p>Allows to set JAX-RPC's standard stub p ...
org.apache.axis.client.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 wil ...
org.jboss.webservice.client.Stub $Id: Stub.java,v 1.1.2.4 2005/06/15 08:08:18 tdiesler Exp $ JBossWS client stubs implement this interface. It provides access to the standard properties via convenience methods and adds some propriatary properties as well. for an implementation of the interface see {@link org.jboss.webservice.cl ...