org.apache.camel.non_wrapper
Class PersonService
java.lang.Object
javax.xml.ws.Service
org.apache.camel.non_wrapper.PersonService
@WebServiceClient(name="PersonService",
wsdlLocation="file:/maven/build/camel/components/camel-cxf/src/test/resources/person-non-wrapper.wsdl",
targetNamespace="http://camel.apache.org/non-wrapper")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00",
comments="Apache CXF 2.6.0.redhat-60024")
public class PersonService- extends Service
This class was generated by Apache CXF 2.6.0.redhat-60024
2013-04-05T14:28:19.986-04:00
Generated source version: 2.6.0.redhat-60024
| 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 |
WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public static final URL WSDL_LOCATION
SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public static final QName SERVICE
Soap
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public static final QName Soap
PersonService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public PersonService(URL wsdlLocation)
PersonService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public PersonService(URL wsdlLocation,
QName serviceName)
PersonService
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public PersonService()
getSoap
@WebEndpoint(name="soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04:00")
public Person getSoap()
- Returns:
- returns Person
getSoap
@WebEndpoint(name="soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-05T14:28:19.986-04: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