public class StandaloneServiceNotificationSender extends Object implements ServiceNotifiable
| Constructor and Description |
|---|
StandaloneServiceNotificationSender(Workflow workflow,
URI workflowID) |
| 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)
Sends a receivedFault notification message.
|
void |
receivedFault(xsul.wsif.WSIFMessage fault)
Sends a receivedFault notification message.
|
void |
serviceFinished(xsul.wsif.WSIFMessage outputs) |
void |
setServiceID(String serviceID) |
public void setServiceID(String serviceID)
setServiceID in interface ServiceNotifiablepublic org.apache.axis2.addressing.EndpointReference getEventSink()
getEventSink in interface ServiceNotifiablepublic URI getWorkflowID()
getWorkflowID in interface ServiceNotifiablepublic void invokingService(xsul.wsif.WSIFMessage inputs)
invokingService in interface ServiceNotifiablepublic void serviceFinished(xsul.wsif.WSIFMessage outputs)
serviceFinished in interface ServiceNotifiablepublic void invocationFailed(String message, Throwable e)
ServiceNotifiableinvocationFailed in interface ServiceNotifiablemessage - The message to sendpublic void receivedFault(String message)
ServiceNotifiablereceivedFault in interface ServiceNotifiablemessage - The message to sendpublic void receivedFault(xsul.wsif.WSIFMessage fault)
ServiceNotifiablereceivedFault in interface ServiceNotifiableCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.