|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class CxfJaxWsProxyClientFactory
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 |
---|
public CxfJaxWsProxyClientFactory()
Method Detail |
---|
public Class<?> getServiceEndpointInterface()
getServiceEndpointInterface
in interface JaxWsClientFactory
public void setServiceEndpointInterface(Class<?> serviceEndpointInterface)
setServiceEndpointInterface
in interface JaxWsClientFactory
serviceEndpointInterface
- the serviceEndpointInterface to setpublic Object getObject() throws Exception
getObject
in interface FactoryBean
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean
public boolean isSingleton()
isSingleton
in interface FactoryBean
public void setServiceQNameString(String serviceName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |