org.apache.cxf.greeter_control
Class ClusteredGreeterService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.cxf.greeter_control.ClusteredGreeterService

@WebServiceClient(name="ClusteredGreeterService",
                  wsdlLocation="file:/mnt/hudson/jobs/perfectus-esb-4.4.1-fuse/workspace/target/esb-4.4.1-fuse/cxf/testutils/src/main/resources/wsdl/greeter_control.wsdl",
                  targetNamespace="http://cxf.apache.org/greeter_control")
public class ClusteredGreeterService
extends javax.xml.ws.Service

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:16.602Z Generated source version: 2.4.3-fuse-03-02


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
javax.xml.ws.Service.Mode
 
Field Summary
static QName ReplicatedPortA
           
static QName ReplicatedPortB
           
static QName ReplicatedPortC
           
static QName ReplicatedPortD
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
ClusteredGreeterService()
           
ClusteredGreeterService(URL wsdlLocation)
           
ClusteredGreeterService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 Greeter getReplicatedPortA()
           
 Greeter getReplicatedPortA(javax.xml.ws.WebServiceFeature... features)
           
 Greeter getReplicatedPortB()
           
 Greeter getReplicatedPortB(javax.xml.ws.WebServiceFeature... features)
           
 Greeter getReplicatedPortC()
           
 Greeter getReplicatedPortC(javax.xml.ws.WebServiceFeature... features)
           
 Control getReplicatedPortD()
           
 Control getReplicatedPortD(javax.xml.ws.WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_LOCATION

public static final URL WSDL_LOCATION

SERVICE

public static final QName SERVICE

ReplicatedPortC

public static final QName ReplicatedPortC

ReplicatedPortB

public static final QName ReplicatedPortB

ReplicatedPortA

public static final QName ReplicatedPortA

ReplicatedPortD

public static final QName ReplicatedPortD
Constructor Detail

ClusteredGreeterService

public ClusteredGreeterService(URL wsdlLocation)

ClusteredGreeterService

public ClusteredGreeterService(URL wsdlLocation,
                               QName serviceName)

ClusteredGreeterService

public ClusteredGreeterService()
Method Detail

getReplicatedPortC

@WebEndpoint(name="ReplicatedPortC")
public Greeter getReplicatedPortC()
Returns:
returns Greeter

getReplicatedPortC

@WebEndpoint(name="ReplicatedPortC")
public Greeter getReplicatedPortC(javax.xml.ws.WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns Greeter

getReplicatedPortB

@WebEndpoint(name="ReplicatedPortB")
public Greeter getReplicatedPortB()
Returns:
returns Greeter

getReplicatedPortB

@WebEndpoint(name="ReplicatedPortB")
public Greeter getReplicatedPortB(javax.xml.ws.WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns Greeter

getReplicatedPortA

@WebEndpoint(name="ReplicatedPortA")
public Greeter getReplicatedPortA()
Returns:
returns Greeter

getReplicatedPortA

@WebEndpoint(name="ReplicatedPortA")
public Greeter getReplicatedPortA(javax.xml.ws.WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns Greeter

getReplicatedPortD

@WebEndpoint(name="ReplicatedPortD")
public Control getReplicatedPortD()
Returns:
returns Control

getReplicatedPortD

@WebEndpoint(name="ReplicatedPortD")
public Control getReplicatedPortD(javax.xml.ws.WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns Control


Apache CXF