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 FactoryBean
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean
public Class<?> getServiceEndpointInterface()
getServiceEndpointInterface
in interface JaxWsClientFactory
public void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
setServiceEndpointInterface
in interface JaxWsClientFactory
serviceEndpointInterface
- the serviceEndpointInterface to setpublic void setServiceQNameString(String serviceName)
serviceName
- the serviceName to setpublic boolean isSingleton()
isSingleton
in interface FactoryBean
public String getWsdlLocation()
getWsdlLocation
in interface JaxWsClientFactory
public void setWsdlLocation(String wsdlDocumentLocation)
setWsdlLocation
in interface JaxWsClientFactory
wsdlDocumentLocation
- the wsdlDocumentLocation to setpublic String getAddress()
getAddress
in interface JaxWsClientFactory
public void setAddress(String add)
setAddress
in interface JaxWsClientFactory
serviceUrl
- the serviceUrl to setpublic QName getServiceQName()
public void setServiceQName(QName serviceQName)
serviceQName
- the serviceQName to setpublic QName getServiceName()
getServiceName
in interface JaxWsClientFactory
public void setServiceName(QName serviceName)
setServiceName
in interface JaxWsClientFactory
serviceName
- the serviceName to setCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.