org.apache.hello_world_soap_http
Class AnnotatedGreeterImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.AnnotatedGreeterImpl

public class AnnotatedGreeterImpl
extends java.lang.Object


Constructor Summary
AnnotatedGreeterImpl()
           
 
Method Summary
 javax.xml.ws.WebServiceContext getContext()
           
 int getFoo()
          stop eclipse from whinging
 int getInvocationCount(java.lang.String method)
           
 java.lang.String greetMe(java.lang.String me)
           
 void greetMeOneWay(java.lang.String me)
           
 void putLastTradedPrice(java.lang.String body)
           
 void putLastTradedPriceAsync(java.lang.String body)
           
 java.lang.String sayHi()
           
 java.lang.String sayHi(java.lang.String me)
          overloaded method - present for test purposes
 void setContext(javax.xml.ws.WebServiceContext ctx)
           
 void testDocLitFault(java.lang.String faultType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedGreeterImpl

public AnnotatedGreeterImpl()
Method Detail

getInvocationCount

public int getInvocationCount(java.lang.String method)

sayHi

@RequestWrapper(className="org.apache.hello_world_soap_http.types.SayHi2",
                localName="sayHi2",
                targetNamespace="http://apache.org/hello_world_soap_http/types")
@ResponseWrapper(className="org.apache.hello_world_soap_http.types.SayHiResponse2",
                 localName="sayHiResponse2",
                 targetNamespace="http://apache.org/hello_world_soap_http/types")
public java.lang.String sayHi(java.lang.String me)
overloaded method - present for test purposes


sayHi

@RequestWrapper(className="org.apache.hello_world_soap_http.types.SayHi",
                localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types")
@ResponseWrapper(className="org.apache.hello_world_soap_http.types.SayHiResponse",
                 localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types")
public java.lang.String sayHi()

greetMe

@RequestWrapper(className="org.apache.hello_world_soap_http.types.GreetMe",
                localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types")
@ResponseWrapper(className="org.apache.hello_world_soap_http.types.GreetMeResponse",
                 localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types")
public java.lang.String greetMe(java.lang.String me)

greetMeOneWay

@RequestWrapper(className="org.apache.hello_world_soap_http.types.GreetMeOneWay",
                localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_soap_http/types")
public void greetMeOneWay(java.lang.String me)

testDocLitFault

public void testDocLitFault(java.lang.String faultType)
                     throws org.apache.hello_world_soap_http.BadRecordLitFault,
                            org.apache.hello_world_soap_http.NoSuchCodeLitFault
Throws:
org.apache.hello_world_soap_http.BadRecordLitFault
org.apache.hello_world_soap_http.NoSuchCodeLitFault

setContext

public void setContext(javax.xml.ws.WebServiceContext ctx)

getContext

public javax.xml.ws.WebServiceContext getContext()

putLastTradedPriceAsync

public void putLastTradedPriceAsync(java.lang.String body)

putLastTradedPrice

public void putLastTradedPrice(java.lang.String body)

getFoo

public int getFoo()
stop eclipse from whinging



Apache CXF