public class AnnotatedGreeterImpl extends Object
| Constructor and Description |
|---|
AnnotatedGreeterImpl() |
| Modifier and Type | Method and Description |
|---|---|
WebServiceContext |
getContext() |
int |
getFoo()
stop eclipse from whinging
|
int |
getInvocationCount(String method) |
String |
greetMe(String me) |
void |
greetMeOneWay(String me) |
void |
putLastTradedPrice(String body) |
void |
putLastTradedPriceAsync(String body) |
String |
sayHi() |
String |
sayHi(String me)
overloaded method - present for test purposes
|
void |
setContext(WebServiceContext ctx) |
void |
testDocLitFault(String faultType) |
public int getInvocationCount(String method)
@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)
@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()
@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)
@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)
public void testDocLitFault(String faultType) throws BadRecordLitFault, NoSuchCodeLitFault
BadRecordLitFaultNoSuchCodeLitFaultpublic void setContext(WebServiceContext ctx)
public WebServiceContext getContext()
public void putLastTradedPriceAsync(String body)
public void putLastTradedPrice(String body)
public int getFoo()
Apache CXF