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:/mnt/hudson/jobs/perfectus-esb-4.4.1-fuse/workspace/target/esb-4.4.1-fuse/camel/components/camel-cxf/src/test/resources/person-non-wrapper.wsdl",
targetNamespace="http://camel.apache.org/non-wrapper")
public class PersonService- extends Service
This class was generated by Apache CXF 2.4.2-fuse-00-08
2011-09-27T01:01:29.103Z
Generated source version: 2.4.2-fuse-00-08
| 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
public static final URL WSDL_LOCATION
SERVICE
public static final QName SERVICE
Soap
public static final QName Soap
PersonService
public PersonService(URL wsdlLocation)
PersonService
public PersonService(URL wsdlLocation,
QName serviceName)
PersonService
public PersonService()
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