org.apache.cxf.frontend
Class ClientFactoryBean

java.lang.Object
  extended by org.apache.cxf.frontend.AbstractEndpointFactory
      extended by org.apache.cxf.frontend.ClientFactoryBean

public class ClientFactoryBean
extends AbstractEndpointFactory


Constructor Summary
ClientFactoryBean()
           
 
Method Summary
 org.apache.cxf.endpoint.Client create()
           
 org.apache.cxf.endpoint.Client getClient()
           
 void setClient(org.apache.cxf.endpoint.Client client)
           
 
Methods inherited from class org.apache.cxf.frontend.AbstractEndpointFactory
createEndpoint, createEndpointInfo, getAddress, getBindingFactory, getBus, getDestinationFactory, getEndpointName, getProperties, getServiceClass, getServiceFactory, getTransportId, setAddress, setBindingFactory, setBus, setDestinationFactory, setEndpointName, setProperties, setServiceClass, setServiceFactory, setTransportId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFactoryBean

public ClientFactoryBean()
Method Detail

create

public org.apache.cxf.endpoint.Client create()

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.