org.apache.hello_world_soap_http
Interface Greeter

All Known Subinterfaces:
GreeterEndpointInterface
All Known Implementing Classes:
AnotherDerivedGreeterImpl, DerivedGreeterImpl, GreeterImpl, NotAnnotatedGreeterImpl

public interface Greeter

This class was generated by Apache CXF 2.1.3.9-fuse Fri Jul 24 16:30:50 EDT 2009 Generated source version: 2.1.3.9-fuse


Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> greetMeAsync(java.lang.String requestType)
           
 java.util.concurrent.Future<?> greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.lang.String greetMeLater(long requestType)
           
 javax.xml.ws.Response<GreetMeLaterResponse> greetMeLaterAsync(long requestType)
           
 java.util.concurrent.Future<?> greetMeLaterAsync(long requestType, javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)
           
 void greetMeOneWay(java.lang.String requestType)
           
 java.lang.String greetMeSometime(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeSometimeResponse> greetMeSometimeAsync(java.lang.String requestType)
           
 java.util.concurrent.Future<?> greetMeSometimeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)
           
 java.lang.String sayHi()
           
 javax.xml.ws.Response<SayHiResponse> sayHiAsync()
           
 java.util.concurrent.Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)
           
 void testDocLitFault(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> testDocLitFaultAsync(java.lang.String faultType)
           
 java.util.concurrent.Future<?> testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)
           
 java.lang.String testNillable(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<TestNillableResponse> testNillableAsync(java.lang.String nillElem, int intElem)
           
 java.util.concurrent.Future<?> testNillableAsync(java.lang.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(java.lang.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")
java.util.concurrent.Future<?> testDocLitFaultAsync(java.lang.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(java.lang.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")
java.util.concurrent.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")
java.lang.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(java.lang.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")
java.util.concurrent.Future<?> testNillableAsync(java.lang.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")
java.lang.String testNillable(java.lang.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")
java.util.concurrent.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")
java.lang.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(java.lang.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")
java.util.concurrent.Future<?> greetMeSometimeAsync(java.lang.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")
java.lang.String greetMeSometime(java.lang.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(java.lang.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(java.lang.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")
java.util.concurrent.Future<?> greetMeAsync(java.lang.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")
java.lang.String greetMe(java.lang.String requestType)


Apache CXF