org.apache.hello_world_soap_http
Interface Greeter
- All Known Subinterfaces:
- GreeterEndpointInterface
- All Known Implementing Classes:
- AnotherDerivedGreeterImpl, BaseGreeterImpl, DerivedGreeterImpl, GreeterImpl, NotAnnotatedGreeterImpl
public interface Greeter
This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02
2012-05-22T17:22:15.629Z
Generated source version: 2.4.3-fuse-03-02
sayHiAsync
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHiResponse")
javax.xml.ws.Response<SayHiResponse> sayHiAsync()
sayHiAsync
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHiResponse")
Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)
sayHi
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHiResponse")
String sayHi()
greetMeSometimeAsync
@RequestWrapper(localName="greetMeSometime",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometime")
@ResponseWrapper(localName="greetMeSometimeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
javax.xml.ws.Response<GreetMeSometimeResponse> greetMeSometimeAsync(String requestType)
greetMeSometimeAsync
@RequestWrapper(localName="greetMeSometime",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometime")
@ResponseWrapper(localName="greetMeSometimeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
Future<?> greetMeSometimeAsync(String requestType,
javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)
greetMeSometime
@RequestWrapper(localName="greetMeSometime",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometime")
@ResponseWrapper(localName="greetMeSometimeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
String greetMeSometime(String requestType)
testNillableAsync
@RequestWrapper(localName="testNillable",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillable")
@ResponseWrapper(localName="testNillableResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillableResponse")
javax.xml.ws.Response<TestNillableResponse> testNillableAsync(String nillElem,
int intElem)
testNillableAsync
@RequestWrapper(localName="testNillable",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillable")
@ResponseWrapper(localName="testNillableResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillableResponse")
Future<?> testNillableAsync(String nillElem,
int intElem,
javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
testNillable
@RequestWrapper(localName="testNillable",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillable")
@ResponseWrapper(localName="testNillableResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestNillableResponse")
String testNillable(String nillElem,
int intElem)
greetMeLaterAsync
@RequestWrapper(localName="greetMeLater",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLater")
@ResponseWrapper(localName="greetMeLaterResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
javax.xml.ws.Response<GreetMeLaterResponse> greetMeLaterAsync(long requestType)
greetMeLaterAsync
@RequestWrapper(localName="greetMeLater",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLater")
@ResponseWrapper(localName="greetMeLaterResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
Future<?> greetMeLaterAsync(long requestType,
javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)
greetMeLater
@RequestWrapper(localName="greetMeLater",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLater")
@ResponseWrapper(localName="greetMeLaterResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
String greetMeLater(long requestType)
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeOneWay")
void greetMeOneWay(String requestType)
greetMeAsync
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeResponse")
javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String requestType)
greetMeAsync
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeResponse")
Future<?> greetMeAsync(String requestType,
javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeResponse")
String greetMe(String requestType)
testDocLitFaultAsync
@RequestWrapper(localName="testDocLitFault",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFault")
@ResponseWrapper(localName="testDocLitFaultResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
javax.xml.ws.Response<TestDocLitFaultResponse> testDocLitFaultAsync(String faultType)
testDocLitFaultAsync
@RequestWrapper(localName="testDocLitFault",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFault")
@ResponseWrapper(localName="testDocLitFaultResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
Future<?> testDocLitFaultAsync(String faultType,
javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)
testDocLitFault
@RequestWrapper(localName="testDocLitFault",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFault")
@ResponseWrapper(localName="testDocLitFaultResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
void testDocLitFault(String faultType)
throws BadRecordLitFault,
NoSuchCodeLitFault
- Throws:
BadRecordLitFault
NoSuchCodeLitFault
Apache CXF