|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transformer
| Method Summary | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe |
addNotificationConsumerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
Add the Consumer Endpoint JBI |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType |
addNotificationProducerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType notificationMessageHolderType)
Add the Notification Producer Endpoint JBI |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher |
addNotificationProducerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
Add the Notification Producer Endpoint JBI |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType |
addSubscriptionManagerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType notificationMessageHolderType)
Add the Subscription Manager Endpoint JBI |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
addSubscriptionManagerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribeResponse)
Add the Subscription Manager Endpoint JBI |
void |
setNotificationBrokerReferenceAddress(String notificationBrokerReferenceAddress)
Set the notificationBrokerReferenceAddress |
void |
setPublisherRegistrationManagerReferenceAddress(String publisherRegistrationManagerReferenceAddress)
Set the publisherRegistrationManagerReferenceAddress |
void |
setSubscriptionManagerReferenceAddress(String subscriptionManagerReferenceAddress)
Set the subscriptionManagerReferenceAddress |
javax.jbi.messaging.NormalizedMessage |
transformRequestOnConsume(javax.jbi.messaging.NormalizedMessage normalizedMessage,
QName operation)
Add the JBI service endpoint into the request received to the bus |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify |
transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify)
Set the specific Producer Reference Set the specific Subscription Manager Remove the external address provided by the bus. |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe |
transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
Remove the JBI service endpoint from the bus. |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe |
transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
Remove the external address provided by the bus. |
javax.jbi.messaging.NormalizedMessage |
transformResponseOnConsume(javax.jbi.messaging.NormalizedMessage normalizedMessage,
QName operation)
Remove the JBI service endpoint from the bus into the response to send |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
transformResponseOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribeResponse)
Add the JBI service endpoint into the response to the bus |
| Method Detail |
|---|
javax.jbi.messaging.NormalizedMessage transformRequestOnConsume(javax.jbi.messaging.NormalizedMessage normalizedMessage,
QName operation)
throws PEtALSCDKException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
normalizedMessage - The in message to transformoperation - The operation
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse transformResponseOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribeResponse)
throws PEtALSCDKException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
subscribeResponse - The subscribeResponse to transform
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
javax.jbi.messaging.NormalizedMessage transformResponseOnConsume(javax.jbi.messaging.NormalizedMessage normalizedMessage,
QName operation)
throws PEtALSCDKException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
normalizedMessage - The out message to transformoperation - The operation
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionExceptionvoid setNotificationBrokerReferenceAddress(String notificationBrokerReferenceAddress)
notificationBrokerReferenceAddress - the notificationBrokerReferenceAddress to setvoid setPublisherRegistrationManagerReferenceAddress(String publisherRegistrationManagerReferenceAddress)
publisherRegistrationManagerReferenceAddress - the publisherRegistrationManagerReferenceAddress to setvoid setSubscriptionManagerReferenceAddress(String subscriptionManagerReferenceAddress)
subscriptionManagerReferenceAddress - the subscriptionManagerReferenceAddress to set
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe addNotificationConsumerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException
subscribe - The subscribe
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType addSubscriptionManagerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType notificationMessageHolderType)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
notificationMessageHolderType - The notification message holder of the notify
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse addSubscriptionManagerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribeResponse)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
subscribeResponse - The subscribe response
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType addNotificationProducerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.NotificationMessageHolderType notificationMessageHolderType)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
notificationMessageHolderType - The notification message holder of the notify
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher addNotificationProducerSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
registerPublisher - The Register Publisher
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
subscribe - The subscribe to transform
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
unsubscribe - The unsubscribe to transform
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify transformRequestOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
notify - The notify to transform
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||