org.apache.camel.pizza
Class PizzaService
java.lang.Object
javax.xml.ws.Service
org.apache.camel.pizza.PizzaService
@WebServiceClient(name="PizzaService",
wsdlLocation="file:/mnt/hudson/fuse/mr/camel-2.4.0-fuse/target/checkout/components/camel-cxf/src/test/resources/pizza_service.wsdl",
targetNamespace="http://camel.apache.org/pizza")
public class PizzaService- extends Service
This class was generated by Progress FUSE Services Framework 2.2.11-fuse-00-00
Wed Nov 24 04:37:41 UTC 2010
Generated source version: 2.2.11-fuse-00-00
| 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
PizzaPort
public static final QName PizzaPort
PizzaService
public PizzaService(URL wsdlLocation)
PizzaService
public PizzaService(URL wsdlLocation,
QName serviceName)
PizzaService
public PizzaService()
getPizzaPort
@WebEndpoint(name="PizzaPort")
public Pizza getPizzaPort()
- Returns:
- returns Pizza
getPizzaPort
@WebEndpoint(name="PizzaPort")
public Pizza getPizzaPort(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 Pizza
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.