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.


Method Summary
 String getAddress()
           
 Class<?> getServiceEndpointInterface()
           
 QName getServiceName()
           
 String getWsdlLocation()
           
 void setAddress(String add)
           
 void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
           
 void setServiceName(QName serviceName)
           
 void setWsdlLocation(String wsdlLocation)
           
 
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
 

Method Detail

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.