org.apache.commons.proxy.provider.remoting
Class JaxRpcProvider
java.lang.Object
org.apache.commons.proxy.provider.remoting.JaxRpcProvider
- All Implemented Interfaces:
- ObjectProvider
public class JaxRpcProvider
- extends Object
- implements ObjectProvider
Returns a proxy for a JAX-RPC-based service.
Dependencies:
- Since:
- 1.0
- Author:
- James Carman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxRpcProvider
public JaxRpcProvider()
JaxRpcProvider
public JaxRpcProvider(Class serviceInterface)
getObject
public Object getObject()
- Description copied from interface:
ObjectProvider
- Returns an object. Implementing classes should throw a
ObjectProviderException
if any problems arise while
constructing/finding the object.
- Specified by:
getObject
in interface ObjectProvider
- Returns:
- the object on which the method should be called
setPortLocalPart
public void setPortLocalPart(String portLocalPart)
setPortNamespaceUri
public void setPortNamespaceUri(String portNamespaceUri)
setPortPrefix
public void setPortPrefix(String portPrefix)
setServiceInterface
public void setServiceInterface(Class serviceInterface)
setServiceLocalPart
public void setServiceLocalPart(String serviceLocalPart)
setServiceNamespaceUri
public void setServiceNamespaceUri(String serviceNamespaceUri)
setServicePrefix
public void setServicePrefix(String servicePrefix)
setWsdlUrl
public void setWsdlUrl(String wsdlUrl)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.