Uses of Interface
org.mule.api.context.notification.ServerNotificationListener

Packages that use ServerNotificationListener
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.context.notification   
org.mule.config.transformer   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.example.bookstore.transformers   
org.mule.example.errorhandler   
org.mule.example.geomail.transformers   
org.mule.example.hello   
org.mule.example.loanbroker.transformers   
org.mule.example.notifications   
org.mule.example.scripting   
org.mule.expression.transformers   
org.mule.module.atom.transformers   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.client.remoting.notification   
org.mule.module.json.transformers Transfromers for converting from JavaBeans and collections to JSON and back again. 
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.module.rss.transformers   
org.mule.module.scripting.transformer   
org.mule.module.spring.remoting   
org.mule.module.xml.transformer Xml and Xslt Transformer implementations. 
org.mule.module.xml.transformer.jaxb   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.transformer   
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformer.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.transport.file.transformers Transformers for converting to and from the FileMessage type. 
org.mule.transport.http.transformers   
org.mule.transport.jms.transformers Contains transformers to convert to and from different javax.jms.Message types 
org.mule.transport.servlet.events   
org.mule.transport.servlet.transformers   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.wsdl   
org.mule.transport.xmpp.transformers   
 

Uses of ServerNotificationListener in org.mule
 

Methods in org.mule with parameters of type ServerNotificationListener
 void DefaultMuleContext.registerListener(ServerNotificationListener l)
           
 void DefaultMuleContext.registerListener(ServerNotificationListener l, java.lang.String resourceIdentifier)
           
 void DefaultMuleContext.unregisterListener(ServerNotificationListener l)
           
 

Uses of ServerNotificationListener in org.mule.api
 

Methods in org.mule.api with parameters of type ServerNotificationListener
 void MuleContext.registerListener(ServerNotificationListener l)
          Registers an intenal server event listener.
 void MuleContext.registerListener(ServerNotificationListener l, java.lang.String resourceIdentifier)
          Registers an intenal server event listener.
 void MuleContext.unregisterListener(ServerNotificationListener l)
          Unregisters a previously registered listener.
 

Uses of ServerNotificationListener in org.mule.api.context.notification
 

Subinterfaces of ServerNotificationListener in org.mule.api.context.notification
 interface ComponentMessageNotificationListener<T extends ComponentMessageNotification>
          ComponentMessageNotificationListener is an observer interface that objects can use to receive notifications about messages being processed by components
 interface ConnectionNotificationListener<T extends ConnectionNotification>
          ConnectionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Connection event occurs.
 interface CustomNotificationListener<T extends ServerNotification>
          CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using MuleContext.fireCustomEvent(..).
 interface EndpointMessageNotificationListener<T extends EndpointMessageNotification>
          EndpointMessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from endpoints
 interface ExceptionNotificationListener<T extends ExceptionNotification>
          ExceptionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Exception event occurs.
 interface ManagementNotificationListener<T extends ManagementNotification>
          ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
 interface ModelNotificationListener<T extends ModelNotification>
          ModelNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Model event occurs.
 interface MuleContextNotificationListener<T extends MuleContextNotification>
          MuleContextNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.
 interface RegistryNotificationListener<T extends RegistryNotification>
          RegistryNotificationListener is an observer interface that objects can implement and then register themselves with the MuleContext to be notified when a Registry event occurs.
 interface RoutingNotificationListener<T extends RoutingNotification>
          RoutingNotificationListener is an observer interface that objects can use to receive notifications about routing events such as async-reply misses.
 interface SecurityNotificationListener<T extends SecurityNotification>
          MuleContextNotificationListener is an observer interface that objects can implement to receive notifications about secure access requests.
 interface ServiceNotificationListener<T extends ServiceNotification>
          ServiceNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Service event occurs.
 interface TransactionNotificationListener<T extends TransactionNotification>
          TransactionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Transaction event occurs.
 

Methods in org.mule.api.context.notification with parameters of type ServerNotificationListener
 boolean ServerNotificationHandler.isListenerRegistered(ServerNotificationListener listener)
           
 

Uses of ServerNotificationListener in org.mule.config.transformer
 

Classes in org.mule.config.transformer that implement ServerNotificationListener
 class AnnotatedTransformerProxy
          Creates a Mule Transformer proxy around a transform method.
 

Uses of ServerNotificationListener in org.mule.context.notification
 

Methods in org.mule.context.notification that return ServerNotificationListener
 ServerNotificationListener ListenerSubscriptionPair.getListener()
           
 

Methods in org.mule.context.notification that return types with arguments of type ServerNotificationListener
 java.util.Map<java.lang.Class<? extends ServerNotificationListener>,java.util.Set<java.lang.Class<? extends ServerNotification>>> ServerNotificationManager.getInterfaceToTypes()
           
 

Methods in org.mule.context.notification with parameters of type ServerNotificationListener
 void ServerNotificationManager.addListener(ServerNotificationListener<?> listener)
           
 void ServerNotificationManager.addListenerSubscription(ServerNotificationListener<?> listener, java.lang.String subscription)
           
 boolean OptimisedNotificationHandler.isListenerRegistered(ServerNotificationListener listener)
           
 boolean ServerNotificationManager.isListenerRegistered(ServerNotificationListener listener)
           
 void ServerNotificationManager.removeListener(ServerNotificationListener<?> listener)
          This removes *all* registrations that reference this listener
 void ListenerSubscriptionPair.setListener(ServerNotificationListener listener)
           
 

Method parameters in org.mule.context.notification with type arguments of type ServerNotificationListener
 void ServerNotificationManager.addInterfaceToType(java.lang.Class<? extends ServerNotificationListener> iface, java.lang.Class<? extends ServerNotification> event)
           
 void ServerNotificationManager.disableInterface(java.lang.Class<? extends ServerNotificationListener> iface)
           
 void ServerNotificationManager.removeAllListeners(java.util.Collection<ServerNotificationListener> listeners)
           
 void ServerNotificationManager.setDisabledInterfaces(java.util.Collection<java.lang.Class<? extends ServerNotificationListener>> interfaces)
           
 void ServerNotificationManager.setDisabledTypes(java.util.Collection<java.lang.Class<? extends ServerNotificationListener>> types)
           
 void ServerNotificationManager.setInterfaceToTypes(java.util.Map<java.lang.Class<? extends ServerNotificationListener>,java.util.Set<java.lang.Class<? extends ServerNotification>>> interfaceToEvents)
           
 

Constructors in org.mule.context.notification with parameters of type ServerNotificationListener
ListenerSubscriptionPair(ServerNotificationListener listener)
           
ListenerSubscriptionPair(ServerNotificationListener listener, java.lang.String subscription)
           
 

Uses of ServerNotificationListener in org.mule.example.bookstore.transformers
 

Classes in org.mule.example.bookstore.transformers that implement ServerNotificationListener
 class AddBookResponse
          A call to addBook() returns a Long representing the number of books in the catalog.
 class HttpRequestToBook
          Transforms a Map of HttpRequest parameters into a Book object.
 class OrderToEmailTransformer
          Composes an e-mail notification message to be sent based on the Book Order.
 

Uses of ServerNotificationListener in org.mule.example.errorhandler
 

Classes in org.mule.example.errorhandler that implement ServerNotificationListener
 class ErrorMessageToException
          The ErrorMessageToException transformer extracts and returns the exception encapsulated by the ErrorMessage message payload.
 class ErrorMessageToExceptionBean
          The ErrorMessageToExceptionBean transformer returns the exception bean encapsulated by the ErrorMessage message payload.
 class ExceptionBeanToErrorMessage
           
 

Uses of ServerNotificationListener in org.mule.example.geomail.transformers
 

Classes in org.mule.example.geomail.transformers that implement ServerNotificationListener
 class IPToSender
          TODO
 

Uses of ServerNotificationListener in org.mule.example.hello
 

Classes in org.mule.example.hello that implement ServerNotificationListener
 class ChatStringToString
          NameStringToChatString is a dummy transformer used in the hello world application to transform the ChatString object into a string.
 class ExceptionToString
          ExceptionToString converts an exception to a String, returning the exception's getMessage() result.
 class HttpRequestToNameString
           
 class NameStringToChatString
          NameStringToChatString converts from a NameString object to a ChatString object.
 class StdinToNameString
          The transformation removes break-lines and newlines from the string, which potentially could have been added during a stdin input operation.
 class StringToNameString
          StringToNameString converts from a String to a NameString object.
 

Uses of ServerNotificationListener in org.mule.example.loanbroker.transformers
 

Classes in org.mule.example.loanbroker.transformers that implement ServerNotificationListener
 class CreditProfileXmlToCreditProfile
           
 class LoanQuoteRequestToCreditProfileArgs
          Extracts the customer information from the request into an array of arguments used to invoke the Credit Agency MuleSession bean
 class RestRequestToCustomerRequest
          Converts parameters on the message into a CustomerQuoteRequest object
 

Uses of ServerNotificationListener in org.mule.example.notifications
 

Subinterfaces of ServerNotificationListener in org.mule.example.notifications
 interface HeartbeatNotificationListener<T extends HeartbeatNotification>
          Listen for HeartbeatNotification events.
 

Uses of ServerNotificationListener in org.mule.example.scripting
 

Classes in org.mule.example.scripting that implement ServerNotificationListener
 class SimpleMathTransformer
          A simple transformer which adds/subtracts/multiplies/divides a constant factor to numeric messages.
 class StringToNumber
          Converts a string to a number.
 

Uses of ServerNotificationListener in org.mule.expression.transformers
 

Classes in org.mule.expression.transformers that implement ServerNotificationListener
 class AbstractExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 class BeanBuilderTransformer
          This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as expressions
 class ExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 

Uses of ServerNotificationListener in org.mule.module.atom.transformers
 

Classes in org.mule.module.atom.transformers that implement ServerNotificationListener
 class AtomEntryBuilderTransformer
           
 class BaseToOutputHandler
          Converts Abdera model elements which extend Base to OutputHandlers.
 class ObjectToFeed
          ObjectToInputStream converts serilaizable object to a input stream but treats java.lang.String differently by converting to bytes using the String.getBytes() method.
 

Uses of ServerNotificationListener in org.mule.module.client
 

Classes in org.mule.module.client that implement ServerNotificationListener
 class AbstractEventTransformer
          AbstractEventTransformer adds support for adding method details to the result message.
 

Uses of ServerNotificationListener in org.mule.module.client.remoting.notification
 

Subinterfaces of ServerNotificationListener in org.mule.module.client.remoting.notification
 interface RemoteDispatcherNotificationListener<T extends RemoteDispatcherNotification>
          ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
 

Uses of ServerNotificationListener in org.mule.module.json.transformers
 

Classes in org.mule.module.json.transformers that implement ServerNotificationListener
 class AbstractJsonTransformer
          TODO
 class JsonToObject
          A transformer that will convert a JSON encoded object graph to a java object.
 class ObjectToJson
          Converts a java object to a JSON encoded object that can be consumed by other languages such as Javascript or Ruby.
 

Uses of ServerNotificationListener in org.mule.module.management.agent
 

Classes in org.mule.module.management.agent that implement ServerNotificationListener
protected  class JmxAgent.MuleContextStartedListener
           
protected  class JmxAgent.MuleContextStoppedListener
           
 

Uses of ServerNotificationListener in org.mule.module.rss.transformers
 

Classes in org.mule.module.rss.transformers that implement ServerNotificationListener
 class ObjectToRssFeed
          Converts an RSS data representation into a SyndFeed object
 

Uses of ServerNotificationListener in org.mule.module.scripting.transformer
 

Classes in org.mule.module.scripting.transformer that implement ServerNotificationListener
 class ScriptTransformer
          Runs a script to perform transformation on an object.
 

Uses of ServerNotificationListener in org.mule.module.spring.remoting
 

Classes in org.mule.module.spring.remoting that implement ServerNotificationListener
 class ObjectToRemoteInvocationResultTransformer
          Converts an Object to a Spring RemoteInvocationResult and then into a byte[].
 class ObjectToRemoteInvocationTransformer
          Transforms a byte[] into an ObjectInputStream and then into a Spring RemoteInvocation instance.
 

Uses of ServerNotificationListener in org.mule.module.xml.transformer
 

Classes in org.mule.module.xml.transformer that implement ServerNotificationListener
 class AbstractXmlTransformer
          AbstractXmlTransformer offers some XSLT transform on a DOM (or other XML-ish) object.
 class AbstractXStreamTransformer
          AbstractXStreamTransformer is a base class for all XStream based transformers.
 class DomDocumentToXml
          DomDocumentToXml Transform a org.w3c.dom.Document to XML String
 class JXPathExtractor
          The JXPathExtractor is a simple transformer that evaluates an xpath expression against the given bean and that returns the result.
 class ObjectToXml
          ObjectToXml converts any object to XML using Xstream.
 class XmlPrettyPrinter
           
 class XmlToDomDocument
          XmlToDomDocument transforms a XML String to org.w3c.dom.Document.
 class XmlToObject
          XmlToObject converts xml created by the ObjectToXml transformer in to a java object graph.
 class XmlToOutputHandler
           
 class XmlToXMLStreamReader
           
 class XPathExtractor
          Simple transformer for using the JAXP XPath library to extract an XPath value from an XPath expression.
 class XQueryTransformer
          The XQuery Module gives users the ability to perform XQuery transformations on XML messages in Mule
 class XsltTransformer
          XsltTransformer performs an XSLT transform on a DOM (or other XML-ish) object.
 

Uses of ServerNotificationListener in org.mule.module.xml.transformer.jaxb
 

Classes in org.mule.module.xml.transformer.jaxb that implement ServerNotificationListener
 class JAXBMarshallerTransformer
          Allows marshaling of Java objects to XML using JAXB 2.
 class JAXBUnmarshallerTransformer
          Allows un-marshaling of XML generated by JAXB to a Java object graph.
 

Uses of ServerNotificationListener in org.mule.tck.functional
 

Subinterfaces of ServerNotificationListener in org.mule.tck.functional
 interface FunctionalTestNotificationListener
          By implementing this listener interface and registering the object with the MuleContext.registerListener(ServerNotificationListener) You can receive FunctionalTestNotifications from the FunctionalTestComponent.
 

Classes in org.mule.tck.functional that implement ServerNotificationListener
 class StringAppendTestTransformer
           
 

Uses of ServerNotificationListener in org.mule.tck.transformer
 

Classes in org.mule.tck.transformer that implement ServerNotificationListener
 class NoActionTransformer
          NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
 class ValidateResponse
          Throws an exception if the message does not contain "success".
 

Uses of ServerNotificationListener in org.mule.transformer
 

Classes in org.mule.transformer that implement ServerNotificationListener
 class AbstractDiscoverableTransformer
           
 class AbstractMessageAwareTransformer
          Deprecated. 
 class AbstractMessageTransformer
          AbstractMessageTransformer is a transformer that has a reference to the current message.
 class AbstractTransformer
          AbstractTransformer is a base class for all transformers.
 class TransformerChain
          A referencable chain of transformers that can be used as a single transformer
 class TransformerTemplate
          TODO
 

Uses of ServerNotificationListener in org.mule.transformer.codec
 

Classes in org.mule.transformer.codec that implement ServerNotificationListener
 class Base64Decoder
          Base64Encoder transforms Base64 encoded data into strings or byte arrays.
 class Base64Encoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string.
 class XmlEntityDecoder
          Decodes a String or byte[] containing XML entities
 class XmlEntityEncoder
          Encodes a string with XML entities
 

Uses of ServerNotificationListener in org.mule.transformer.compression
 

Classes in org.mule.transformer.compression that implement ServerNotificationListener
 class AbstractCompressionTransformer
          AbstractCompressionTransformer is a base class for all transformers that can compress or uncompress data when they performa message transformation.
 class GZipCompressTransformer
          GZipCompressTransformer is a transformer compressing objects into byte arrays.
 class GZipUncompressTransformer
          GZipCompressTransformer will uncompress a byte[] or InputStream
 

Uses of ServerNotificationListener in org.mule.transformer.encryption
 

Classes in org.mule.transformer.encryption that implement ServerNotificationListener
 class AbstractEncryptionTransformer
          EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
 class DecryptionTransformer
          EncryptionTransformer will transform an encrypted array of bytes or string into an decrypted array of bytes
 class EncryptionTransformer
          EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
 

Uses of ServerNotificationListener in org.mule.transformer.simple
 

Classes in org.mule.transformer.simple that implement ServerNotificationListener
 class AutoTransformer
          A transformer that uses the transform discovery mechanism to convert the message payload.
 class BeanToMap
          Conversts a simple bean object to a Map.
 class ByteArrayToHexString
          Converts a Byte array to a Hex String.
 class ByteArrayToMuleMessage
          TODO
 class ByteArrayToObject
          ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if the byte array is a serialised object and if not will return a String created from the bytes as the returnType on the transformer.
 class ByteArrayToSerializable
          ByteArrayToSerializable converts a serialized object to its object representation
 class GetBeanProperty
          Looks up a property from a JavaBean using PropertyUtils.getProperty().
 class HexStringToByteArray
          Converts a Hex String to a Byte array
 class MapLookup
          MapLookup looks up and returns an object from a Map based on a key.
 class MapToBean
          Creates and object of type AbstractTransformer.getReturnClass() and populates values of a Map as bean properties on the object.
 class MessagePropertiesTransformer
           A configurable message transformer that allows users to add, overwrite, rename and delete properties on the current message.
 class MuleMessageToByteArray
          TODO
 class ObjectArrayToString
          ObjectArrayToString transformer is the opposite of StringToObjectArray - it simply converts Object[] to a String in which each element is separated by a configurable delimiter (default is a space).
 class ObjectToByteArray
          ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
 class ObjectToInputStream
          ObjectToInputStream converts Serializable objects to an InputStream but treats java.lang.String, byte[] and org.mule.api.transport.OutputHandler differently by using their byte[] content rather thqn Serializing them.
 class ObjectToOutputHandler
          ObjectToOutputHandler converts a byte array into a String.
 class ObjectToString
          ObjectToString transformer is useful for debugging.
 class SerializableToByteArray
          SerializableToByteArray converts a serializable object or a String to a byte array.
 class StringAppendTransformer
           
 class StringToObjectArray
          StringToObjectArray converts a String into an object array.
 

Uses of ServerNotificationListener in org.mule.transport.email.transformers
 

Classes in org.mule.transport.email.transformers that implement ServerNotificationListener
 class EmailMessageToString
          EmailMessageToString extracts a java mail Message contents and returns a string.
 class MimeMessageToRfc822ByteArray
           
 class ObjectToMimeMessage
          Transforms a Message to a MuleMessage, with support for attachments
 class Rfc822ByteArraytoMimeMessage
           
 class StringToEmailMessage
          StringToEmailMessage will convert a String to a JavaMail Message, using the String as the contents.
 

Uses of ServerNotificationListener in org.mule.transport.file.transformers
 

Classes in org.mule.transport.file.transformers that implement ServerNotificationListener
 class FileToByteArray
          FileToByteArray reads the contents of a file as a byte array.
 class FileToString
          FileToString reads file contents into a string.
 

Uses of ServerNotificationListener in org.mule.transport.http.transformers
 

Classes in org.mule.transport.http.transformers that implement ServerNotificationListener
 class HttpClientMethodResponseToObject
          HttpClientMethodResponseToObject transforms a http client response to a DefaultMuleMessage.
 class HttpRequestBodyToParamMap
           
 class HttpResponseToString
          Converts an Http Response object to String.
 class MuleMessageToHttpResponse
          Converts a MuleMessage into an Http response.
 class ObjectToHttpClientMethodRequest
          ObjectToHttpClientMethodRequest transforms a MuleMessage into a HttpClient HttpMethod that represents an HttpRequest.
 class ServletRequestToOutputHandler
          Adds support for converting a HttpServletRequest into an OutputHandler
 

Uses of ServerNotificationListener in org.mule.transport.jms.transformers
 

Classes in org.mule.transport.jms.transformers that implement ServerNotificationListener
 class AbstractJmsTransformer
          AbstractJmsTransformer is an abstract class that should be used for all transformers where a JMS message will be the transformed or transformee object.
 class JMSMessageToObject
          JMSMessageToObject Will convert a javax.jms.Message or sub-type into an object by extracting the message payload.
 class ObjectToJMSMessage
          ObjectToJMSMessage will convert any object to a javax.jms.Message or sub-type into an object.
 

Uses of ServerNotificationListener in org.mule.transport.servlet.events
 

Subinterfaces of ServerNotificationListener in org.mule.transport.servlet.events
 interface ServletContextNotificationListener<T extends ServletContextNotification>
           
 

Uses of ServerNotificationListener in org.mule.transport.servlet.transformers
 

Classes in org.mule.transport.servlet.transformers that implement ServerNotificationListener
 class HttpRequestToByteArray
          Converts an HttpServletRequest into an array of bytes by extracting the payload of the request.
 class HttpRequestToInputStream
          Converts a HttpServletRequest into an InputStream.
 class HttpRequestToParameter
           
 class HttpRequestToParameterMap
          Returns a simple Map of the parameters sent with the HTTP Request.
 

Uses of ServerNotificationListener in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement ServerNotificationListener
 class AxisConnector
          AxisConnector is used to maintain one or more Services for Axis server instance.
 

Uses of ServerNotificationListener in org.mule.transport.soap.axis.wsdl
 

Classes in org.mule.transport.soap.axis.wsdl that implement ServerNotificationListener
 class AxisWsdlConnector
          TODO document
 

Uses of ServerNotificationListener in org.mule.transport.xmpp.transformers
 

Classes in org.mule.transport.xmpp.transformers that implement ServerNotificationListener
 class ObjectToXmppPacket
          Creates an Xmpp message packet from a MuleMessage
 class XmppPacketToObject
           
 



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.