org.apache.cxf.frontend
Class ClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.AbstractEndpointFactory
org.apache.cxf.frontend.ClientFactoryBean
- All Implemented Interfaces:
- org.apache.cxf.interceptor.InterceptorProvider
public class ClientFactoryBean
- extends AbstractEndpointFactory
| Methods inherited from class org.apache.cxf.frontend.AbstractEndpointFactory |
createBindingInfo, createEndpoint, createEndpointInfo, findBestEndpointInfo, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getConduitSelector, getDestinationFactory, getEndpointName, getFeatures, getProperties, getServiceClass, getServiceFactory, getTransportId, getWsdlURL, setAddress, setBindingConfig, setBindingId, setBus, setConduitSelector, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setServiceClass, setServiceFactory, setTransportId, 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 |
ClientFactoryBean
public ClientFactoryBean()
create
public org.apache.cxf.endpoint.Client create()
createClient
protected void createClient(org.apache.cxf.endpoint.Endpoint ep)
applyFeatures
protected void applyFeatures()
applyExtraClass
protected void applyExtraClass()
getClient
public org.apache.cxf.endpoint.Client getClient()
setClient
public void setClient(org.apache.cxf.endpoint.Client client)
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.