org.apache.hello_world_soap_http
Class SOAPDispatchService
java.lang.Object
javax.xml.ws.Service
org.apache.hello_world_soap_http.SOAPDispatchService
@WebServiceClient(name="SOAPDispatchService",
wsdlLocation="file:/mnt/hudson/fuse/sf/cxf-2.3.x-fuse/target/checkout/testutils/src/main/resources/wsdl/hello_world.wsdl",
targetNamespace="http://apache.org/hello_world_soap_http")
public class SOAPDispatchService- extends javax.xml.ws.Service
This class was generated by Apache CXF 2.3.1-fuse-01-00
2011-01-07T05:21:32.343Z
Generated source version: 2.3.1-fuse-01-00
| Methods inherited from class javax.xml.ws.Service |
addPort, create, create, 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
SoapDispatchPort
public static final QName SoapDispatchPort
SOAPDispatchService
public SOAPDispatchService(URL wsdlLocation)
SOAPDispatchService
public SOAPDispatchService(URL wsdlLocation,
QName serviceName)
SOAPDispatchService
public SOAPDispatchService()
SOAPDispatchService
public SOAPDispatchService(javax.xml.ws.WebServiceFeature... features)
SOAPDispatchService
public SOAPDispatchService(URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features)
SOAPDispatchService
public SOAPDispatchService(URL wsdlLocation,
QName serviceName,
javax.xml.ws.WebServiceFeature... features)
getSoapDispatchPort
@WebEndpoint(name="SoapDispatchPort")
public Greeter getSoapDispatchPort()
- Returns:
- returns Greeter
getSoapDispatchPort
@WebEndpoint(name="SoapDispatchPort")
public Greeter getSoapDispatchPort(javax.xml.ws.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 Greeter
Apache CXF