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 Apache CXF 2.5.3 2012-04-12T13:31:22.057-04:00 Generated source version: 2.5.3


Method Summary
 String greetMe(String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String requestType)
           
 Future<?> greetMeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 String greetMeLater(long requestType)
           
 javax.xml.ws.Response<GreetMeLaterResponse> greetMeLaterAsync(long requestType)
           
 Future<?> greetMeLaterAsync(long requestType, javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)
           
 void greetMeOneWay(String requestType)
           
 String greetMeSometime(String requestType)
           
 javax.xml.ws.Response<GreetMeSometimeResponse> greetMeSometimeAsync(String requestType)
           
 Future<?> greetMeSometimeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)
           
 String sayHi()
           
 javax.xml.ws.Response<SayHiResponse> sayHiAsync()
           
 Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)
           
 void testDocLitFault(String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> testDocLitFaultAsync(String faultType)
           
 Future<?> testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)
           
 String testNillable(String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> testNillableAsync(String nillElem, int intElem)
           
 Future<?> testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
           
 

Method Detail

testDocLitFaultAsync

@ResponseWrapper(localName="testDocLitFaultResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
@RequestWrapper(localName="testDocLitFault",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestDocLitFault")
javax.xml.ws.Response<TestDocLitFaultResponse> testDocLitFaultAsync(String faultType)

testDocLitFaultAsync

@ResponseWrapper(localName="testDocLitFaultResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
@RequestWrapper(localName="testDocLitFault",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestDocLitFault")
Future<?> testDocLitFaultAsync(String faultType,
                                                              javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)

testDocLitFault

@ResponseWrapper(localName="testDocLitFaultResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse")
@RequestWrapper(localName="testDocLitFault",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestDocLitFault")
void testDocLitFault(String faultType)
                     throws BadRecordLitFault,
                            NoSuchCodeLitFault
Throws:
BadRecordLitFault
NoSuchCodeLitFault

sayHiAsync

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.SayHi")
javax.xml.ws.Response<SayHiResponse> sayHiAsync()

sayHiAsync

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.SayHi")
Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.SayHi")
String sayHi()

testNillableAsync

@ResponseWrapper(localName="testNillableResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestNillableResponse")
@RequestWrapper(localName="testNillable",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestNillable")
javax.xml.ws.Response<TestNillableResponse> testNillableAsync(String nillElem,
                                                                                             int intElem)

testNillableAsync

@ResponseWrapper(localName="testNillableResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestNillableResponse")
@RequestWrapper(localName="testNillable",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestNillable")
Future<?> testNillableAsync(String nillElem,
                                                           int intElem,
                                                           javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)

testNillable

@ResponseWrapper(localName="testNillableResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.TestNillableResponse")
@RequestWrapper(localName="testNillable",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.TestNillable")
String testNillable(String nillElem,
                                                   int intElem)

greetMeLaterAsync

@ResponseWrapper(localName="greetMeLaterResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
@RequestWrapper(localName="greetMeLater",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeLater")
javax.xml.ws.Response<GreetMeLaterResponse> greetMeLaterAsync(long requestType)

greetMeLaterAsync

@ResponseWrapper(localName="greetMeLaterResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
@RequestWrapper(localName="greetMeLater",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeLater")
Future<?> greetMeLaterAsync(long requestType,
                                                           javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)

greetMeLater

@ResponseWrapper(localName="greetMeLaterResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse")
@RequestWrapper(localName="greetMeLater",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeLater")
String greetMeLater(long requestType)

greetMeSometimeAsync

@ResponseWrapper(localName="greetMeSometimeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
@RequestWrapper(localName="greetMeSometime",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeSometime")
javax.xml.ws.Response<GreetMeSometimeResponse> greetMeSometimeAsync(String requestType)

greetMeSometimeAsync

@ResponseWrapper(localName="greetMeSometimeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
@RequestWrapper(localName="greetMeSometime",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeSometime")
Future<?> greetMeSometimeAsync(String requestType,
                                                              javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)

greetMeSometime

@ResponseWrapper(localName="greetMeSometimeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse")
@RequestWrapper(localName="greetMeSometime",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeSometime")
String greetMeSometime(String 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

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMe")
javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String requestType)

greetMeAsync

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMe")
Future<?> greetMeAsync(String requestType,
                                                      javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMe")
String greetMe(String requestType)


Apache CXF