org.kuali.student.common.ws.beans
Class CxfJaxWsProxyClientFactory
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.ClientProxyFactoryBean
org.apache.cxf.jaxws.JaxWsProxyFactoryBean
org.kuali.student.common.ws.beans.CxfJaxWsProxyClientFactory
- All Implemented Interfaces:
- InterceptorProvider, JaxWsClientFactory, FactoryBean
- Direct Known Subclasses:
- SecureCxfJaxWsProxyClientFactory
public class CxfJaxWsProxyClientFactory
- extends JaxWsProxyFactoryBean
- implements JaxWsClientFactory
Methods inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean |
create, getAddress, getBindingConfig, getBindingId, getBus, getClientFactoryBean, getConduitSelector, getDataBinding, getEndpointName, getFeatures, getPassword, getProperties, getServiceClass, getServiceFactory, getServiceName, getTransportId, getUsername, getWsdlLocation, getWsdlURL, initFeatures, setAddress, setBindingConfig, setBindingId, setBus, setClientFactoryBean, setConduitSelector, setDataBinding, setEndpointName, setFeatures, setPassword, setProperties, setServiceClass, setServiceFactory, setServiceName, setTransportId, setUsername, setWsdlLocation, setWsdlURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfJaxWsProxyClientFactory
public CxfJaxWsProxyClientFactory()
getServiceEndpointInterface
public Class<?> getServiceEndpointInterface()
- Specified by:
getServiceEndpointInterface
in interface JaxWsClientFactory
setServiceEndpointInterface
public void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
- Specified by:
setServiceEndpointInterface
in interface JaxWsClientFactory
- Parameters:
serviceEndpointInterface
- the serviceEndpointInterface to set
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
setServiceQNameString
public void setServiceQNameString(String serviceName)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.