org.apache.commons.proxy.provider.remoting
Class JaxRpcProvider

java.lang.Object
  extended by 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

Constructor Summary
JaxRpcProvider()
           
JaxRpcProvider(Class serviceInterface)
           
 
Method Summary
 Object getObject()
          Returns an object.
 void setPortLocalPart(String portLocalPart)
           
 void setPortNamespaceUri(String portNamespaceUri)
           
 void setPortPrefix(String portPrefix)
           
 void setServiceInterface(Class serviceInterface)
           
 void setServiceLocalPart(String serviceLocalPart)
           
 void setServiceNamespaceUri(String serviceNamespaceUri)
           
 void setServicePrefix(String servicePrefix)
           
 void setWsdlUrl(String wsdlUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxRpcProvider

public JaxRpcProvider()

JaxRpcProvider

public JaxRpcProvider(Class serviceInterface)
Method Detail

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.