org.apache.hello_world_soap_http
Class NotAnnotatedGreeterImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.NotAnnotatedGreeterImpl
All Implemented Interfaces:
org.apache.hello_world_soap_http.Greeter

public class NotAnnotatedGreeterImpl
extends java.lang.Object
implements org.apache.hello_world_soap_http.Greeter


Constructor Summary
NotAnnotatedGreeterImpl()
           
 
Method Summary
 java.lang.String greetMe(java.lang.String me)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeResponse> greetMeAsync(java.lang.String requestType)
           
 java.util.concurrent.Future<?> greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeResponse> asyncHandler)
           
 java.lang.String greetMeLater(long delay)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> greetMeLaterAsync(long requestType)
           
 java.util.concurrent.Future<?> greetMeLaterAsync(long requestType, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> asyncHandler)
           
 void greetMeOneWay(java.lang.String me)
           
 java.lang.String greetMeSometime(java.lang.String me)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> greetMeSometimeAsync(java.lang.String requestType)
           
 java.util.concurrent.Future<?> greetMeSometimeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> asyncHandler)
           
 java.lang.String sayHi()
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.SayHiResponse> sayHiAsync()
           
 java.util.concurrent.Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.SayHiResponse> asyncHandler)
           
 org.apache.hello_world_soap_http.types.BareDocumentResponse testDocLitBare(java.lang.String in)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> testDocLitBareAsync(java.lang.String bare)
           
 java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String bare, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.BareDocumentResponse> ah)
           
 void testDocLitFault(java.lang.String faultType)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> testDocLitFaultAsync(java.lang.String faultType)
           
 java.util.concurrent.Future<?> testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> ah)
           
 java.lang.String testNillable(java.lang.String nillElem, int intElem)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestNillableResponse> testNillableAsync(java.lang.String nillElem, int intElem)
           
 java.util.concurrent.Future<?> testNillableAsync(java.lang.String nillElem, int intElem, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestNillableResponse> asyncHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotAnnotatedGreeterImpl

public NotAnnotatedGreeterImpl()
Method Detail

greetMe

public java.lang.String greetMe(java.lang.String me)
Specified by:
greetMe in interface org.apache.hello_world_soap_http.Greeter

greetMeLater

public java.lang.String greetMeLater(long delay)
Specified by:
greetMeLater in interface org.apache.hello_world_soap_http.Greeter

greetMeSometime

public java.lang.String greetMeSometime(java.lang.String me)
Specified by:
greetMeSometime in interface org.apache.hello_world_soap_http.Greeter

greetMeSometimeAsync

public java.util.concurrent.Future<?> greetMeSometimeAsync(java.lang.String requestType,
                                                           javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> asyncHandler)
Specified by:
greetMeSometimeAsync in interface org.apache.hello_world_soap_http.Greeter

greetMeSometimeAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> greetMeSometimeAsync(java.lang.String requestType)
Specified by:
greetMeSometimeAsync in interface org.apache.hello_world_soap_http.Greeter

greetMeAsync

public java.util.concurrent.Future<?> greetMeAsync(java.lang.String requestType,
                                                   javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeResponse> asyncHandler)
Specified by:
greetMeAsync in interface org.apache.hello_world_soap_http.Greeter

greetMeAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeResponse> greetMeAsync(java.lang.String requestType)
Specified by:
greetMeAsync in interface org.apache.hello_world_soap_http.Greeter

greetMeLaterAsync

public java.util.concurrent.Future<?> greetMeLaterAsync(long requestType,
                                                        javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> asyncHandler)
Specified by:
greetMeLaterAsync in interface org.apache.hello_world_soap_http.Greeter

greetMeLaterAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> greetMeLaterAsync(long requestType)
Specified by:
greetMeLaterAsync in interface org.apache.hello_world_soap_http.Greeter

sayHiAsync

public java.util.concurrent.Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.SayHiResponse> asyncHandler)
Specified by:
sayHiAsync in interface org.apache.hello_world_soap_http.Greeter

sayHiAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.SayHiResponse> sayHiAsync()
Specified by:
sayHiAsync in interface org.apache.hello_world_soap_http.Greeter

sayHi

public java.lang.String sayHi()
Specified by:
sayHi in interface org.apache.hello_world_soap_http.Greeter

greetMeOneWay

public void greetMeOneWay(java.lang.String me)
Specified by:
greetMeOneWay in interface org.apache.hello_world_soap_http.Greeter

testDocLitFaultAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> testDocLitFaultAsync(java.lang.String faultType)
Specified by:
testDocLitFaultAsync in interface org.apache.hello_world_soap_http.Greeter

testDocLitFaultAsync

public java.util.concurrent.Future<?> testDocLitFaultAsync(java.lang.String faultType,
                                                           javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> ah)
Specified by:
testDocLitFaultAsync in interface org.apache.hello_world_soap_http.Greeter

testDocLitBareAsync

public java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String bare,
                                                          javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.BareDocumentResponse> ah)

testDocLitBareAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> testDocLitBareAsync(java.lang.String bare)

testDocLitFault

public void testDocLitFault(java.lang.String faultType)
                     throws org.apache.hello_world_soap_http.BadRecordLitFault,
                            org.apache.hello_world_soap_http.NoSuchCodeLitFault
Specified by:
testDocLitFault in interface org.apache.hello_world_soap_http.Greeter
Throws:
org.apache.hello_world_soap_http.BadRecordLitFault
org.apache.hello_world_soap_http.NoSuchCodeLitFault

testDocLitBare

public org.apache.hello_world_soap_http.types.BareDocumentResponse testDocLitBare(java.lang.String in)

testNillable

public java.lang.String testNillable(java.lang.String nillElem,
                                     int intElem)
Specified by:
testNillable in interface org.apache.hello_world_soap_http.Greeter

testNillableAsync

public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestNillableResponse> testNillableAsync(java.lang.String nillElem,
                                                                                                            int intElem)
Specified by:
testNillableAsync in interface org.apache.hello_world_soap_http.Greeter

testNillableAsync

public java.util.concurrent.Future<?> testNillableAsync(java.lang.String nillElem,
                                                        int intElem,
                                                        javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestNillableResponse> asyncHandler)
Specified by:
testNillableAsync in interface org.apache.hello_world_soap_http.Greeter


Apache CXF