org.apache.cxf.greeter_control
Class AbstractGreeterImpl
java.lang.Object
org.apache.cxf.greeter_control.AbstractGreeterImpl
- All Implemented Interfaces:
- Greeter
public class AbstractGreeterImpl
- extends Object
- implements Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGreeterImpl
public AbstractGreeterImpl()
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