Package org.somda.sdc.dpws.client
Class Subscription.MessageProcessingFailed
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.client.Subscription
public final class Subscription.MessageProcessingFailed implements Subscription
Event indicating that a subscription has failed to process a message
This happens, for example, if the message itself is invalid XML, fails schema validation, or caused an error during processing.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeprAddressprivate final StringsubscriptionIdprivate final Stringmessageprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description Subscription.MessageProcessingFailed(String eprAddress, String subscriptionId, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description StringgetEprAddress()endpoint reference address of the hosting service for this subscription StringgetSubscriptionId()the internal identifier given to the subscription final StringgetMessage()a message describing the failure final ThrowablegetCause()the cause of the failure -
-
Method Detail
-
getEprAddress
String getEprAddress()
endpoint reference address of the hosting service for this subscription
-
getSubscriptionId
String getSubscriptionId()
the internal identifier given to the subscription
-
getMessage
final String getMessage()
a message describing the failure
-
-
-
-