org.apache.cxf.greeter_control
Class ControlImpl
java.lang.Object
org.apache.cxf.greeter_control.ControlImpl
- All Implemented Interfaces:
- Control
public class ControlImpl
- extends Object
- implements Control
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementor
protected Object implementor
address
protected String address
endpoint
protected javax.xml.ws.Endpoint endpoint
greeterBus
protected org.apache.cxf.Bus greeterBus
ControlImpl
public ControlImpl()
setImplementor
public void setImplementor(Object i)
getImplementor
public Object getImplementor()
setAddress
public void setAddress(String a)
getAddress
public String getAddress()
startGreeter
public boolean startGreeter(String cfgResource)
- Specified by:
startGreeter in interface Control
stopGreeter
public boolean stopGreeter(String requestType)
- Specified by:
stopGreeter in interface Control
setFaultLocation
public void setFaultLocation(FaultLocation fl)
- Specified by:
setFaultLocation in interface Control
startGreeterAsync
public Future<?> startGreeterAsync(String requestType,
javax.xml.ws.AsyncHandler<StartGreeterResponse> asyncHandler)
- Specified by:
startGreeterAsync in interface Control
startGreeterAsync
public javax.xml.ws.Response<StartGreeterResponse> startGreeterAsync(String requestType)
- Specified by:
startGreeterAsync in interface Control
stopGreeterAsync
public javax.xml.ws.Response<StopGreeterResponse> stopGreeterAsync(String requestType)
- Specified by:
stopGreeterAsync in interface Control
stopGreeterAsync
public Future<?> stopGreeterAsync(String requestType,
javax.xml.ws.AsyncHandler<StopGreeterResponse> asyncHandler)
- Specified by:
stopGreeterAsync in interface Control
setFaultLocationAsync
public javax.xml.ws.Response<?> setFaultLocationAsync(FaultLocation in)
- Specified by:
setFaultLocationAsync in interface Control
setFaultLocationAsync
public Future<?> setFaultLocationAsync(FaultLocation in,
javax.xml.ws.AsyncHandler<?> asyncHandler)
- Specified by:
setFaultLocationAsync in interface Control
Apache CXF