org.apache.camel.wsdl_first
Class PersonService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.camel.wsdl_first.PersonService

@WebServiceClient(name="PersonService",
                  wsdlLocation="file:/x1/apache/release/camel-2.8.5/target/checkout/components/camel-cxf-transport/src/test/resources/person.wsdl",
                  targetNamespace="http://camel.apache.org/wsdl-first")
public class PersonService
extends Service

This class was generated by Apache CXF 2.4.6 2012-04-23T15:20:33.901-04:00 Generated source version: 2.4.6


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static QName Soap
           
static QName Soap2
           
static QName Soap3
           
static URL WSDL_LOCATION
           
 
Constructor Summary
PersonService()
           
PersonService(URL wsdlLocation)
           
PersonService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 Person getSoap()
           
 Person getSoap(WebServiceFeature... features)
           
 Person getSoap2()
           
 Person getSoap2(WebServiceFeature... features)
           
 Person getSoap3()
           
 Person getSoap3(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

Soap3

public static final QName Soap3

Soap2

public static final QName Soap2

Soap

public static final QName Soap
Constructor Detail

PersonService

public PersonService(URL wsdlLocation)

PersonService

public PersonService(URL wsdlLocation,
                     QName serviceName)

PersonService

public PersonService()
Method Detail

getSoap3

@WebEndpoint(name="soap3")
public Person getSoap3()
Returns:
returns Person

getSoap3

@WebEndpoint(name="soap3")
public Person getSoap3(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 Person

getSoap2

@WebEndpoint(name="soap2")
public Person getSoap2()
Returns:
returns Person

getSoap2

@WebEndpoint(name="soap2")
public Person getSoap2(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 Person

getSoap

@WebEndpoint(name="soap")
public Person getSoap()
Returns:
returns Person

getSoap

@WebEndpoint(name="soap")
public Person getSoap(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 Person


Apache CAMEL