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:/x1/apache/release/camel-2.8.5/target/checkout/components/camel-cxf-transport/src/test/resources/person.wsdl",
                  targetNamespace="http://camel.apache.org/wsdl-first")
public class PersonMultiPartService
extends Service

This class was generated by Apache CXF 2.4.6 2012-04-23T15:20:33.916-04:00 Generated source version: 2.4.6


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

public static final URL WSDL_LOCATION

SERVICE

public static final QName SERVICE

PersonMultiPartPort

public static final QName PersonMultiPartPort
Constructor Detail

PersonMultiPartService

public PersonMultiPartService(URL wsdlLocation)

PersonMultiPartService

public PersonMultiPartService(URL wsdlLocation,
                              QName serviceName)

PersonMultiPartService

public PersonMultiPartService()
Method Detail

getPersonMultiPartPort

@WebEndpoint(name="PersonMultiPartPort")
public PersonMultiPartPortType getPersonMultiPartPort()
Returns:
returns PersonMultiPartPortType

getPersonMultiPartPort

@WebEndpoint(name="PersonMultiPartPort")
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