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 IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:12 NST 2007 Generated source version: 2.0.3.0-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

testDocLitFault

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

sayHi

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

testNillable

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

greetMeLater

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

greetMeSometime

@ResponseWrapper(targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse",
                 localName="greetMeSometimeResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeSometime",
                localName="greetMeSometime")
java.lang.String greetMeSometime(java.lang.String requestType)

greetMeOneWay

@RequestWrapper(targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeOneWay",
                localName="greetMeOneWay")
void greetMeOneWay(java.lang.String requestType)

greetMe

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

testDocLitFaultAsync

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

testDocLitFaultAsync

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

sayHiAsync

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

sayHiAsync

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

testNillableAsync

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

testNillableAsync

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

greetMeLaterAsync

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

greetMeLaterAsync

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

greetMeSometimeAsync

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

greetMeSometimeAsync

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

greetMeAsync

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

greetMeAsync

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


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.