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