org.kuali.student.common.ws.beans
Interface JaxWsClientFactory
- All Superinterfaces: 
- FactoryBean
- All Known Implementing Classes: 
- CxfJaxWsProxyClientFactory, JaxWsClientFactoryBean, SecureCxfJaxWsProxyClientFactory
- public interface JaxWsClientFactory 
- extends FactoryBean
This is a description of what this class does - Will Gomes don't forget to fill this in.
 
 
getServiceEndpointInterface
Class<?> getServiceEndpointInterface()
- 
 
- 
 
setServiceEndpointInterface
void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
- 
 
- 
- Parameters:
- serviceEndpointInterface- the serviceEndpointInterface to set
 
getServiceName
QName getServiceName()
- 
 
- 
- Returns:
- the serviceName
 
setServiceName
void setServiceName(QName serviceName)
- 
 
- 
- Parameters:
- serviceName- the serviceName to set
 
getWsdlLocation
String getWsdlLocation()
- 
 
- 
- Returns:
- the wsdlDocumentLocation
 
setWsdlLocation
void setWsdlLocation(String wsdlLocation)
- 
 
- 
- Parameters:
- wsdlDocumentLocation- the wsdlDocumentLocation to set
 
getAddress
String getAddress()
- 
 
- 
- Returns:
- the service address
 
setAddress
void setAddress(String add)
- 
 
- 
- Parameters:
- add- the service address to set
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.