org.kuali.student.common.ws.beans
Class JaxWsClientFactoryBean
java.lang.Object
   org.kuali.student.common.ws.beans.JaxWsClientFactoryBean
org.kuali.student.common.ws.beans.JaxWsClientFactoryBean
- All Implemented Interfaces: 
- JaxWsClientFactory, FactoryBean
- public class JaxWsClientFactoryBean 
- extends Object- implements JaxWsClientFactory
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
serviceEndpointInterface
private Class<?> serviceEndpointInterface
wsdlDocumentLocation
private String wsdlDocumentLocation
serviceQName
private QName serviceQName
serviceUrl
private String serviceUrl
CLASSPATH_PREFIX
private static final String CLASSPATH_PREFIX
- See Also:
- Constant Field Values
client
private Object client
JaxWsClientFactoryBean
public JaxWsClientFactoryBean()
getObject
public Object getObject()
                 throws Exception
- 
- Specified by:
- getObjectin interface- FactoryBean
 
- 
- Throws:
- Exception
 
getObjectType
public Class<?> getObjectType()
- 
- Specified by:
- getObjectTypein interface- FactoryBean
 
- 
 
getServiceEndpointInterface
public Class<?> getServiceEndpointInterface()
- 
- Specified by:
- getServiceEndpointInterfacein interface- JaxWsClientFactory
 
- 
- Returns:
- the serviceEndpointInterface
 
setServiceEndpointInterface
public void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
- 
- Specified by:
- setServiceEndpointInterfacein interface- JaxWsClientFactory
 
- 
- Parameters:
- serviceEndpointInterface- the serviceEndpointInterface to set
 
setServiceQNameString
public void setServiceQNameString(String serviceName)
- 
 
- 
- Parameters:
- serviceName- the serviceName to set
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- FactoryBean
 
- 
 
getWsdlLocation
public String getWsdlLocation()
- 
- Specified by:
- getWsdlLocationin interface- JaxWsClientFactory
 
- 
- Returns:
- the wsdlDocumentLocation
 
setWsdlLocation
public void setWsdlLocation(String wsdlDocumentLocation)
- 
- Specified by:
- setWsdlLocationin interface- JaxWsClientFactory
 
- 
- Parameters:
- wsdlDocumentLocation- the wsdlDocumentLocation to set
 
getAddress
public String getAddress()
- 
- Specified by:
- getAddressin interface- JaxWsClientFactory
 
- 
- Returns:
- the serviceUrl
 
setAddress
public void setAddress(String add)
- 
- Specified by:
- setAddressin interface- JaxWsClientFactory
 
- 
- Parameters:
- serviceUrl- the serviceUrl to set
 
getServiceQName
public QName getServiceQName()
- 
 
- 
- Returns:
- the serviceQName
 
setServiceQName
public void setServiceQName(QName serviceQName)
- 
 
- 
- Parameters:
- serviceQName- the serviceQName to set
 
getServiceName
public QName getServiceName()
- 
- Specified by:
- getServiceNamein interface- JaxWsClientFactory
 
- 
- Returns:
- the serviceName
 
setServiceName
public void setServiceName(QName serviceName)
- 
- Specified by:
- setServiceNamein interface- JaxWsClientFactory
 
- 
- Parameters:
- serviceName- the serviceName to set
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.