org.apache.hello_world_soap_http
Class HelloWorldServiceProvider
java.lang.Object
org.apache.hello_world_soap_http.HelloWorldServiceProvider
- All Implemented Interfaces:
- javax.xml.ws.Provider<DOMSource>
@WebServiceProvider(portName="SoapPort",
serviceName="SOAPService",
targetNamespace="http://apache.org/hello_world_soap_http",
wsdlLocation="resources/wsdl/hello_world.wsdl")
@ServiceMode(value=MESSAGE)
public class HelloWorldServiceProvider- extends Object
- implements javax.xml.ws.Provider<DOMSource>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloWorldServiceProvider
public HelloWorldServiceProvider()
invoke
public DOMSource invoke(DOMSource source)
- Specified by:
invoke in interface javax.xml.ws.Provider<DOMSource>
getInvokeCount
public int getInvokeCount()
Apache CXF