public class AnnotatedGreeterNoOverloadImpl extends Object
| Constructor and Description |
|---|
AnnotatedGreeterNoOverloadImpl() |
| 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) |
String |
sayHi() |
void |
setContext(WebServiceContext ctx) |
void |
testDocLitFault(String faultType) |
public int getInvocationCount(String method)
@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 int getFoo()
Apache CXF