Class AnnotatedGreeterNoOverloadImpl


  • public class AnnotatedGreeterNoOverloadImpl
    extends Object
    • Constructor Detail

      • AnnotatedGreeterNoOverloadImpl

        public AnnotatedGreeterNoOverloadImpl()
    • Method Detail

      • getInvocationCount

        public int getInvocationCount​(String method)
      • 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)
      • setContext

        public void setContext​(javax.xml.ws.WebServiceContext ctx)
      • getContext

        public javax.xml.ws.WebServiceContext getContext()
      • getFoo

        public int getFoo()
        stop eclipse from whinging