org.apache.camel.cxf.mtom_feature
Class HelloService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.camel.cxf.mtom_feature.HelloService

@WebServiceClient(name="HelloService",
                  wsdlLocation="file:/w1/apache/release/camel/target/checkout/components/camel-cxf/src/test/resources/mtom.wsdl",
                  targetNamespace="http://apache.org/camel/cxf/mtom_feature")
public class HelloService
extends Service

This class was generated by Apache CXF 2.4.1 2011-07-18T20:05:12.583-04:00 Generated source version: 2.4.1


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName HelloPort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
HelloService()
           
HelloService(URL wsdlLocation)
           
HelloService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 Hello getHelloPort()
           
 Hello getHelloPort(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

HelloPort

public static final QName HelloPort
Constructor Detail

HelloService

public HelloService(URL wsdlLocation)

HelloService

public HelloService(URL wsdlLocation,
                    QName serviceName)

HelloService

public HelloService()
Method Detail

getHelloPort

@WebEndpoint(name="HelloPort")
public Hello getHelloPort()
Returns:
returns Hello

getHelloPort

@WebEndpoint(name="HelloPort")
public Hello getHelloPort(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 Hello


Apache CAMEL