org.kuali.student.common.ws.beans
Class CxfJaxWsProxyClientFactory

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.frontend.ClientProxyFactoryBean
          extended by org.apache.cxf.jaxws.JaxWsProxyFactoryBean
              extended by org.kuali.student.common.ws.beans.CxfJaxWsProxyClientFactory
All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider, JaxWsClientFactory, FactoryBean
Direct Known Subclasses:
SecureCxfJaxWsProxyClientFactory

public class CxfJaxWsProxyClientFactory
extends org.apache.cxf.jaxws.JaxWsProxyFactoryBean
implements JaxWsClientFactory


Constructor Summary
CxfJaxWsProxyClientFactory()
           
 
Method Summary
 Object getObject()
           
 Class<?> getObjectType()
           
 Class<?> getServiceEndpointInterface()
           
 boolean isSingleton()
           
 void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
           
 void setServiceQNameString(String serviceName)
           
 
Methods inherited from class org.apache.cxf.jaxws.JaxWsProxyFactoryBean
clientClientProxy, create, getHandlers, getImplementingClasses, isLoadHandlers, setHandlers, setLoadHandlers
 
Methods inherited from class org.apache.cxf.frontend.ClientProxyFactoryBean
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 org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.common.ws.beans.JaxWsClientFactory
getAddress, getServiceName, getWsdlLocation, setAddress, setServiceName, setWsdlLocation
 

Constructor Detail

CxfJaxWsProxyClientFactory

public CxfJaxWsProxyClientFactory()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.