org.apache.cxf.greeter_control
Class AbstractGreeterImpl

java.lang.Object
  extended by org.apache.cxf.greeter_control.AbstractGreeterImpl
All Implemented Interfaces:
Greeter

public class AbstractGreeterImpl
extends Object
implements Greeter


Constructor Summary
AbstractGreeterImpl()
           
 
Method Summary
 long getDelay()
           
 String greetMe(String arg0)
           
 javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String arg0)
           
 Future<?> greetMeAsync(String arg0, javax.xml.ws.AsyncHandler<GreetMeResponse> arg1)
           
 void greetMeOneWay(String arg0)
           
 void pingMe()
           
 javax.xml.ws.Response<PingMeResponse> pingMeAsync()
           
 Future<?> pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> arg0)
           
 void resetLastOnewayArg()
           
 String sayHi()
           
 javax.xml.ws.Response<SayHiResponse> sayHiAsync()
           
 Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> arg0)
           
 void setDelay(long d)
           
 void setThrowAlways(boolean t)
           
 void useLastOnewayArg(Boolean use)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGreeterImpl

public AbstractGreeterImpl()
Method Detail

getDelay

public long getDelay()

setDelay

public void setDelay(long d)

resetLastOnewayArg

public void resetLastOnewayArg()

useLastOnewayArg

public void useLastOnewayArg(Boolean use)

setThrowAlways

public void setThrowAlways(boolean t)

greetMe

public String greetMe(String arg0)
Specified by:
greetMe in interface Greeter

greetMeAsync

public Future<?> greetMeAsync(String arg0,
                              javax.xml.ws.AsyncHandler<GreetMeResponse> arg1)
Specified by:
greetMeAsync in interface Greeter

greetMeAsync

public javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String arg0)
Specified by:
greetMeAsync in interface Greeter

greetMeOneWay

public void greetMeOneWay(String arg0)
Specified by:
greetMeOneWay in interface Greeter

pingMe

public void pingMe()
            throws PingMeFault
Specified by:
pingMe in interface Greeter
Throws:
PingMeFault

pingMeAsync

public javax.xml.ws.Response<PingMeResponse> pingMeAsync()
Specified by:
pingMeAsync in interface Greeter

pingMeAsync

public Future<?> pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> arg0)
Specified by:
pingMeAsync in interface Greeter

sayHi

public String sayHi()
Specified by:
sayHi in interface Greeter

sayHiAsync

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

sayHiAsync

public Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> arg0)
Specified by:
sayHiAsync in interface Greeter


Apache CXF