|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.core.eventing.subscription.Subscription
de.jw.cloud42.core.eventing.subscription.SOAPSubscription
public class SOAPSubscription
This is an implementation of a subscription for an endpoint that receives notification messages as SOAP messages over HTTP.
| Constructor Summary | |
|---|---|
SOAPSubscription()
|
|
| Method Summary | |
|---|---|
org.apache.axis2.addressing.EndpointReference |
getToEndpoint()
|
void |
sendEventData(Message message)
Transforms the provided notification message into a SOAP message and sends it. |
void |
setToEndpoint(org.apache.axis2.addressing.EndpointReference toEndpoint)
|
| Methods inherited from class de.jw.cloud42.core.eventing.subscription.Subscription |
|---|
getId, getTopic, setId, setTopic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPSubscription()
| Method Detail |
|---|
public void sendEventData(Message message)
throws java.lang.Exception
sendEventData in class Subscriptionmessage - the message to send as SOAP message.
java.lang.ExceptionSubscription.sendEventData(Message message)public org.apache.axis2.addressing.EndpointReference getToEndpoint()
public void setToEndpoint(org.apache.axis2.addressing.EndpointReference toEndpoint)
toEndpoint - the toEndpoint to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||