Uses of Class
org.ow2.petals.component.framework.api.exception.PEtALSCDKException

Packages that use PEtALSCDKException
org.ow2.petals.component.framework.api   
org.ow2.petals.component.framework.api.configuration   
org.ow2.petals.component.framework.api.notification   
org.ow2.petals.component.framework.api.util   
 

Uses of PEtALSCDKException in org.ow2.petals.component.framework.api
 

Methods in org.ow2.petals.component.framework.api that throw PEtALSCDKException
 void Interceptor.init(PetalsComponent component, String name, boolean active, Map<String,String> componentParameters, Logger logger)
          Initialize the interceptor from its parameters.
 

Uses of PEtALSCDKException in org.ow2.petals.component.framework.api.configuration
 

Constructors in org.ow2.petals.component.framework.api.configuration that throw PEtALSCDKException
ConfigurationExtensions(List<?> configurationElements, String propertiesFilePath)
           
 

Uses of PEtALSCDKException in org.ow2.petals.component.framework.api.notification
 

Methods in org.ow2.petals.component.framework.api.notification that throw PEtALSCDKException
 void AsyncSender.abort()
          Abort all the current tasks...
 void NotificationBrokerController.destroyRegistration()
          Destroy the registration of the publisher on the broker
 com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse NotificationController.destroyRegistration(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
          Destroy the registration of the publisher on the broker, by an expert way Manage the wrapping from the address to the JBI endpoints
Use the publisher registration management, received on the register publisher, to destroy the registration
 void NotificationController.destroyRegistration(String registrationUuid)
          Destroy the registration of the publisher on the broker, by a basic way
 String NotificationBrokerController.getCurrentMessage()
          Get the current message for the consumer on the broker
 void LifeCyle.init()
           
 void NotificationBrokerController.notify(Document document, String topic, com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType subscriptionReference)
          notify from the publisher to the broker
 void NotificationConsumer.notify(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify)
          notify from the publisher to the broker
 void StatusListener.onRegistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse response)
           
 void StatusListener.onSubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse response)
           
 void StatusListener.onUnregistered(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse response)
           
 void StatusListener.onUnsubscribed(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse response)
           
 void NotificationBrokerController.processRegisterPublisherResponse(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse response)
          Persist publisher registration ref and notification consumer ref in notification context
 void NotificationBrokerController.registerPublisher()
          register the publisher on the broker
 com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse NotificationController.registerPublisher(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
          Register the publisher on the broker, by an expert way
Manage the wrapping from the address to the JBI endpoints
Store the consumer received to notify, and the publisher registration management received to destroy the registration later
 String NotificationController.registerPublisher(String topicExpressionNamespace, String topicExpression)
          Register the publisher on the broker, by a basic way
 com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
          Deprecated. notifications without managers
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
          Deprecated. notifications without managers
 com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration, com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType soaParameterType)
           
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration, com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType soaParameterType)
           
 void Sender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify, com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType consumerReference)
          Send a notify on a consumerReference
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify, com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType consumerReference)
           
 com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
          Send a RegisterPublisher payload to the broker.
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
          Send a RegisterPublisher payload to the broker.
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
          Send a subscribe request asynchronously to the notification broker (aka SE-Notif) hardcoded Subscription manager interface
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
          Send a subscribe request asynchronously to the notification broker (aka SE-Notif) hardcoded Subscription manager interface
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe, QName targetServName, String targetEpName)
          Send a subscribe request asynchronously to the provided service endpoint (denoted by the given service name and endpoint name)
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse Sender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
           
 void AsyncSender.send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
           
 void NotificationService.setActive(boolean status)
          Activate or unactivate the notifications feature.
 void LifeCyle.start()
           
 void LifeCyle.stop()
           
 void NotificationBrokerController.subscribe()
          subscribe the consumer on the broker
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse NotificationProducer.subscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
          Manage the subscription from a consumer or a broker
 javax.jbi.messaging.NormalizedMessage Transformer.transformRequestOnConsume(javax.jbi.messaging.NormalizedMessage normalizedMessage, QName operation)
          Add the JBI service endpoint into the request received to the bus
 javax.jbi.messaging.NormalizedMessage Transformer.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 Transformer.transformResponseOnProducer(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribeResponse)
          Add the JBI service endpoint into the response to the bus
 void NotificationBrokerController.unsubscribe()
          unsubscribe the consumer on the broker
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse NotificationProducer.unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
          Manage the unsubscription from a consumer or a broker
 

Uses of PEtALSCDKException in org.ow2.petals.component.framework.api.util
 

Methods in org.ow2.petals.component.framework.api.util that throw PEtALSCDKException
 Exchange ExchangeUtil.copyExchange(javax.jbi.messaging.MessageExchangeFactory mef, Exchange source)
          create a new exchange copy of a source exchange
 void ExchangeUtil.copyExchangeProperties(Exchange source, Exchange target)
          Copies the exchange's properties in another exchange.
 void ExchangeUtil.copyNormalizedMessage(javax.jbi.messaging.NormalizedMessage source, javax.jbi.messaging.NormalizedMessage target)
          Copies a message's content, properties and attachments in another.
 Document SourceUtil.createDocument(Source source)
          Create a Document from a Source.
 Document SourceUtil.createDocument(Source source, boolean forkSource)
          Create a Document from a Source.
 Source SourceUtil.createSource(String message)
          Create a Source from the String.
 Source SourceUtil.createSource(String message, String charFormat)
          Create a Source from the String with a specified encoding format.
 StreamSource SourceUtil.createStreamSource(Document document)
          Create a Stream Source from the DOM document.
 String SourceUtil.createString(Source source)
          Create a String from a Source.
 String SourceUtil.createString(Source source, boolean forkSource)
          Create a String from a Source.
static void PropertiesUtil.fillPlaceHolder(String propertiesFilePath, Map<String,String> extensions)
           Replace place holders in the toProperties Properties object by values found in external properties file denoted by the given propertiesFilePath.
 boolean ExchangeUtil.isPetalsException(javax.jbi.messaging.Fault fault)
          Verify if the fault set is a real business fault, or an exception inserted into a fault (to respect the InOut MEP for example)
static Properties PropertiesUtil.loadProperties(String propertiesFilePath)
           Load a Properties object from a properties file path.
 



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.