Package org.apache.hello_world_soap_http
Class AnnotatedGreeterImpl
- java.lang.Object
-
- org.apache.hello_world_soap_http.AnnotatedGreeterImpl
-
public class AnnotatedGreeterImpl extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotatedGreeterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.ws.WebServiceContextgetContext()intgetFoo()stop eclipse from whingingintgetInvocationCount(String method)StringgreetMe(String me)voidgreetMeOneWay(String me)voidputLastTradedPrice(String body)voidputLastTradedPriceAsync(String body)StringsayHi()StringsayHi(String me)overloaded method - present for test purposesvoidsetContext(javax.xml.ws.WebServiceContext ctx)voidtestDocLitFault(String faultType)
-
-
-
Method Detail
-
getInvocationCount
public int getInvocationCount(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 String sayHi(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 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 String greetMe(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(String me)
-
testDocLitFault
public void testDocLitFault(String faultType) throws BadRecordLitFault, NoSuchCodeLitFault
- Throws:
BadRecordLitFaultNoSuchCodeLitFault
-
setContext
public void setContext(javax.xml.ws.WebServiceContext ctx)
-
getContext
public javax.xml.ws.WebServiceContext getContext()
-
putLastTradedPriceAsync
public void putLastTradedPriceAsync(String body)
-
putLastTradedPrice
public void putLastTradedPrice(String body)
-
getFoo
public int getFoo()
stop eclipse from whinging
-
-