org.apache.hello_world_soap_http
Class HWSoapMessageProvider
java.lang.Object
org.apache.hello_world_soap_http.HWSoapMessageProvider
- All Implemented Interfaces:
- Provider<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 Provider<SOAPMessage>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HWSoapMessageProvider
public HWSoapMessageProvider()
invoke
public SOAPMessage invoke(SOAPMessage source)
- Specified by:
invoke in interface Provider<SOAPMessage>
getInvokeCount
public int getInvokeCount()
Apache CXF