org.apache.camel.wsdl_first
Class PersonService12

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

@WebServiceClient(name="PersonService12",
                  wsdlLocation="file:/Users/cmueller/workspaceRelease/camel-2.8.x/target/checkout/components/camel-cxf-transport/src/test/resources/person.wsdl",
                  targetNamespace="http://camel.apache.org/wsdl-first")
public class PersonService12
extends Service

This class was generated by Apache CXF 2.4.8 2012-07-05T13:09:35.418+02:00 Generated source version: 2.4.8


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

Soap

public static final QName Soap
Constructor Detail

PersonService12

public PersonService12(URL wsdlLocation)

PersonService12

public PersonService12(URL wsdlLocation,
                       QName serviceName)

PersonService12

public PersonService12()
Method Detail

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