org.apache.camel.cxf.mtom_feature
Class HelloService
java.lang.Object
javax.xml.ws.Service
org.apache.camel.cxf.mtom_feature.HelloService
@WebServiceClient(name="HelloService",
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/mtom.wsdl",
targetNamespace="http://apache.org/camel/cxf/mtom_feature")
public class HelloService- extends Service
This class was generated by Apache CXF 2.4.2-fuse-00-06
2011-09-19T10:04:32.448Z
Generated source version: 2.4.2-fuse-00-06
| 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
HelloPort
public static final QName HelloPort
HelloService
public HelloService(URL wsdlLocation)
HelloService
public HelloService(URL wsdlLocation,
QName serviceName)
HelloService
public HelloService()
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