public interface ServiceNotifiable
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.addressing.EndpointReference |
getEventSink() |
URI |
getWorkflowID() |
void |
invocationFailed(String message,
Throwable e)
Sends an InvokeServiceFinishedFailed notification message.
|
void |
invokingService(xsul.wsif.WSIFMessage inputs) |
void |
receivedFault(String message)
Deprecated.
|
void |
receivedFault(xsul.wsif.WSIFMessage fault)
Sends a receivedFault notification message.
|
void |
serviceFinished(xsul.wsif.WSIFMessage outputs) |
void |
setServiceID(String serviceID) |
void setServiceID(String serviceID)
serviceID - org.apache.axis2.addressing.EndpointReference getEventSink()
URI getWorkflowID()
void invokingService(xsul.wsif.WSIFMessage inputs)
inputs - void serviceFinished(xsul.wsif.WSIFMessage outputs)
outputs - void invocationFailed(String message, Throwable e)
message - The message to sende - @Deprecated void receivedFault(String message)
message - The message to sendvoid receivedFault(xsul.wsif.WSIFMessage fault)
fault - Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.