org.apache.hello_world_soap_http
Class HWSoapMessageProvider

java.lang.Object
  extended by 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 java.lang.Object
implements javax.xml.ws.Provider<javax.xml.soap.SOAPMessage>


Constructor Summary
HWSoapMessageProvider()
           
 
Method Summary
 int getInvokeCount()
           
 javax.xml.soap.SOAPMessage invoke(javax.xml.soap.SOAPMessage source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWSoapMessageProvider

public HWSoapMessageProvider()
Method Detail

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