org.apache.hello_world_soap_http
Class AnotherDerivedGreeterImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.AnotherDerivedGreeterImpl
All Implemented Interfaces:
org.apache.hello_world_soap_http.Greeter, GreeterEndpointInterface

public class AnotherDerivedGreeterImpl
extends java.lang.Object
implements GreeterEndpointInterface


Constructor Summary
AnotherDerivedGreeterImpl()
           
 
Method Summary
 int getInvocationCount(java.lang.String method)
           
 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()
           
 java.lang.String sayHi(java.lang.String me)
          overloaded method - present for test purposes
 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 in)
           
 java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String in, javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.BareDocumentResponse> asyncHandler)
           
 void testDocLitFault(java.lang.String faultType)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> 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

AnotherDerivedGreeterImpl

public AnotherDerivedGreeterImpl()
Method Detail

getInvocationCount

public int getInvocationCount(java.lang.String method)

sayHi

public java.lang.String sayHi(java.lang.String me)
                       throws java.rmi.RemoteException
overloaded method - present for test purposes

Throws:
java.rmi.RemoteException

sayHi

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

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

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 javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> 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

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

testDocLitBareAsync

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

testDocLitBareAsync

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

greetMeOneWay

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

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