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:/mnt/hudson_workspace/workspace/fuse-team-perfectus-6.0.x-patch/target/jboss-fuse-6.0.x/camel/components/camel-cxf-transport/src/test/resources/person.wsdl",
                  targetNamespace="http://camel.apache.org/wsdl-first")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00",
           comments="Apache CXF 2.6.0.redhat-60061")
public class PersonService12
extends Service

This class was generated by Apache CXF 2.6.0.redhat-60061 2014-02-07T13:37:54.167-05:00 Generated source version: 2.6.0.redhat-60061


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

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public static final URL WSDL_LOCATION

SERVICE

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public static final QName SERVICE

Soap

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public static final QName Soap
Constructor Detail

PersonService12

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public PersonService12(URL wsdlLocation)

PersonService12

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public PersonService12(URL wsdlLocation,
                                          QName serviceName)

PersonService12

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public PersonService12()
Method Detail

getSoap

@WebEndpoint(name="soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
public Person getSoap()
Returns:
returns Person

getSoap

@WebEndpoint(name="soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.167-05:00")
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