| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected Endpoint |
endpoint |
protected Bus |
greeterBus |
protected Object |
implementor |
| Constructor and Description |
|---|
ControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Object |
getImplementor() |
void |
setAddress(String a) |
void |
setFaultLocation(FaultLocation fl) |
Response<?> |
setFaultLocationAsync(FaultLocation in) |
Future<?> |
setFaultLocationAsync(FaultLocation in,
AsyncHandler<?> asyncHandler) |
void |
setImplementor(Object i) |
void |
setRobustInOnlyMode(boolean in) |
Response<?> |
setRobustInOnlyModeAsync(boolean in) |
Future<?> |
setRobustInOnlyModeAsync(boolean in,
AsyncHandler<?> asyncHandler) |
boolean |
startGreeter(String cfgResource) |
Response<StartGreeterResponse> |
startGreeterAsync(String requestType) |
Future<?> |
startGreeterAsync(String requestType,
AsyncHandler<StartGreeterResponse> asyncHandler) |
boolean |
stopGreeter(String requestType) |
Response<StopGreeterResponse> |
stopGreeterAsync(String requestType) |
Future<?> |
stopGreeterAsync(String requestType,
AsyncHandler<StopGreeterResponse> asyncHandler) |
protected Object implementor
protected String address
protected Endpoint endpoint
protected Bus greeterBus
public void setImplementor(Object i)
public Object getImplementor()
public void setAddress(String a)
public String getAddress()
public boolean startGreeter(String cfgResource)
startGreeter in interface Controlpublic boolean stopGreeter(String requestType)
stopGreeter in interface Controlpublic void setFaultLocation(FaultLocation fl)
setFaultLocation in interface Controlpublic Future<?> startGreeterAsync(String requestType, AsyncHandler<StartGreeterResponse> asyncHandler)
startGreeterAsync in interface Controlpublic Response<StartGreeterResponse> startGreeterAsync(String requestType)
startGreeterAsync in interface Controlpublic Response<StopGreeterResponse> stopGreeterAsync(String requestType)
stopGreeterAsync in interface Controlpublic Future<?> stopGreeterAsync(String requestType, AsyncHandler<StopGreeterResponse> asyncHandler)
stopGreeterAsync in interface Controlpublic Response<?> setFaultLocationAsync(FaultLocation in)
setFaultLocationAsync in interface Controlpublic Future<?> setFaultLocationAsync(FaultLocation in, AsyncHandler<?> asyncHandler)
setFaultLocationAsync in interface Controlpublic Response<?> setRobustInOnlyModeAsync(boolean in)
setRobustInOnlyModeAsync in interface Controlpublic Future<?> setRobustInOnlyModeAsync(boolean in, AsyncHandler<?> asyncHandler)
setRobustInOnlyModeAsync in interface Controlpublic void setRobustInOnlyMode(boolean in)
setRobustInOnlyMode in interface ControlApache CXF