org.apache.camel.wsdl_first
Class PersonMultiPartService

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

@WebServiceClient(name="PersonMultiPartService",
                  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.200-05:00",
           comments="Apache CXF 2.6.0.redhat-60061")
public class PersonMultiPartService
extends Service

This class was generated by Apache CXF 2.6.0.redhat-60061 2014-02-07T13:37:54.200-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 PersonMultiPartPort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
PersonMultiPartService()
           
PersonMultiPartService(URL wsdlLocation)
           
PersonMultiPartService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 PersonMultiPartPortType getPersonMultiPartPort()
           
 PersonMultiPartPortType getPersonMultiPartPort(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.200-05:00")
public static final URL WSDL_LOCATION

SERVICE

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

PersonMultiPartPort

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

PersonMultiPartService

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

PersonMultiPartService

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

PersonMultiPartService

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

getPersonMultiPartPort

@WebEndpoint(name="PersonMultiPartPort")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.200-05:00")
public PersonMultiPartPortType getPersonMultiPartPort()
Returns:
returns PersonMultiPartPortType

getPersonMultiPartPort

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


Apache CAMEL