public class JaxWsClientFactoryBean extends Object implements JaxWsClientFactory
| Constructor and Description |
|---|
JaxWsClientFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Object |
getObject() |
Class<?> |
getObjectType() |
Class<?> |
getServiceEndpointInterface() |
QName |
getServiceName() |
QName |
getServiceQName() |
String |
getWsdlLocation() |
boolean |
isSingleton() |
void |
setAddress(String add) |
void |
setServiceEndpointInterface(Class<?> serviceEndpointInterface) |
void |
setServiceName(QName serviceName) |
void |
setServiceQName(QName serviceQName) |
void |
setServiceQNameString(String serviceName) |
void |
setWsdlLocation(String wsdlDocumentLocation) |
public JaxWsClientFactoryBean()
public Object getObject() throws Exception
getObject in interface FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBeanpublic Class<?> getServiceEndpointInterface()
getServiceEndpointInterface in interface JaxWsClientFactorypublic void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
setServiceEndpointInterface in interface JaxWsClientFactoryserviceEndpointInterface - the serviceEndpointInterface to setpublic void setServiceQNameString(String serviceName)
serviceName - the serviceName to setpublic boolean isSingleton()
isSingleton in interface FactoryBeanpublic String getWsdlLocation()
getWsdlLocation in interface JaxWsClientFactorypublic void setWsdlLocation(String wsdlDocumentLocation)
setWsdlLocation in interface JaxWsClientFactorywsdlDocumentLocation - the wsdlDocumentLocation to setpublic String getAddress()
getAddress in interface JaxWsClientFactorypublic void setAddress(String add)
setAddress in interface JaxWsClientFactoryserviceUrl - the serviceUrl to setpublic QName getServiceQName()
public void setServiceQName(QName serviceQName)
serviceQName - the serviceQName to setpublic QName getServiceName()
getServiceName in interface JaxWsClientFactorypublic void setServiceName(QName serviceName)
setServiceName in interface JaxWsClientFactoryserviceName - the serviceName to setCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.