Uses of Interface
raccoon.api.eai.message.IMessage

Packages that use IMessage
raccoon.api.eai.badhnati Provides services to link representations of data beans between various worlds. 
raccoon.api.eai.message Contains all the different interfaces related to messages handled by Raccoon. 
raccoon.api.eai.uitest Contains the non regression testing components that the Raccoon Framework offers. 
raccoon.core.badhnati.xml   
raccoon.tibco.tibrv.badhnati.ae Implementation of the BadhnAti contract for TIB/Rendezvous. 
raccoon.tibco.tibrv.message   
raccoon.tibco.tibrv.uitest The implementation of the UITest framework for TIB/Rendezvous. 
 

Uses of IMessage in raccoon.api.eai.badhnati
 

Methods in raccoon.api.eai.badhnati that return IMessage
 IMessage IXmlToMessage.marshal(org.xml.sax.InputSource pXmlSource)
          Converts a given XML compliant string into a message instance.
 IMessage IXmlToMessage.marshal(java.io.Reader pXmlReader)
          Converts a given XML compliant string into a message instance.
 IMessage IXmlToMessage.marshal(java.lang.String pXmlMsg)
          Converts a given XML compliant string into a IMessage instance.
 

Methods in raccoon.api.eai.badhnati with parameters of type IMessage
 java.lang.String IXmlToMessage.unmarshal(IMessage pMessage)
          Converts the provided IMessage instance into an XML String representation.
 

Uses of IMessage in raccoon.api.eai.message
 

Subinterfaces of IMessage in raccoon.api.eai.message
 interface IBusMessage
          The interface for accessing an EAI message that can be sent over the Bus (MOM).
 

Methods in raccoon.api.eai.message that return IMessage
 IMessage IBusMessage.getPayload()
          Retrieves the payload associated to this message.
 IMessage IFactory.newMessage()
          Generates a new IMessage instance.
 IMessage IFactory.newMessage(java.lang.Object pNativeMsg)
          Creates a proxy object for the given native message.
 IMessage IFactory.newMessage(java.lang.String pMessageType)
          Creates a new message instance depending on the desired implementation.
 

Uses of IMessage in raccoon.api.eai.uitest
 

Methods in raccoon.api.eai.uitest that return IMessage
 IMessage IUnitRecorder.loadMessage(org.xml.sax.InputSource pSource)
          Converts the contents of an XML input source into a valid message.
 

Methods in raccoon.api.eai.uitest with parameters of type IMessage
 void IComparator.setExpected(IMessage pExpected)
          The expected message to compare to.
 

Uses of IMessage in raccoon.core.badhnati.xml
 

Methods in raccoon.core.badhnati.xml that return IMessage
 IMessage XmlParser.marshal(org.xml.sax.InputSource pXmlSource)
          Converts a given XML compliant string into a IMessage instance.
 IMessage XmlToMessage.marshal(org.xml.sax.InputSource pInputSource)
          Converts the content of an XML input source into a IMessage instance.
 IMessage XmlParser.marshal(java.io.Reader pXmlReader)
          Converts a given XML compliant string into a RvMsgBase instance.
 IMessage XmlToMessage.marshal(java.io.Reader pXmlReader)
          Converts the contents of an XML Reader into a IMessage instance.
 IMessage XmlParser.marshal(java.lang.String pXmlMsg)
          Converts a given XML compliant string into a IMessage instance.
 IMessage XmlToMessage.marshal(java.lang.String pXmlMsg)
          Converts a given XML compliant string into a IMessage instance.
 IMessage SaxHandler.pop()
          Removes from the stack of parsed messages the next message.
 

Methods in raccoon.core.badhnati.xml with parameters of type IMessage
protected  void MessageToXml.extractMsgPayload(java.lang.String pIndent, java.lang.StringBuffer pXmlBuffer, IMessage pMessage)
          Walks through all the fields of the given IMessage instance.
 java.lang.String MessageToXml.marshal(IMessage pMessage)
          Converts the contents of an IBusMessage into an XML String.
 java.lang.String XmlParser.unmarshal(IMessage pMessage)
          Converts the provided IMessage instance into an XML String representation.
 

Uses of IMessage in raccoon.tibco.tibrv.badhnati.ae
 

Methods in raccoon.tibco.tibrv.badhnati.ae that return IMessage
 IMessage JavaToMessage.generatePrefix(Message pObjects)
          Builds the prefix list for an Active Enterprise v3.0 compliant message.
 IMessage JavaToMessage.marshal(java.lang.Object pJavaBean)
          Converts a given java bean into an IBusMessage instance
 IMessage TibrvAeParser.marshal(java.lang.Object pJavaBean)
          Converts a given java bean instance into a IBusMessage instance.
 IMessage JavaToMessage.marshal(java.lang.Object pJavaBean, Message pObjects)
          Introspects the bean properties of a given object and puts the associated values into a TibrvMsg instance.
 

Methods in raccoon.tibco.tibrv.badhnati.ae with parameters of type IMessage
 java.util.Hashtable MessageToJava.extractPrefixList(IMessage pTibrvMsg)
          Extracts the prefix list contained in a TibrvMsg.
 java.lang.Object MessageToJava.marshal(IMessage pAeRaccoonBean)
          Entry point for converting a TibrvMsg to data bean instance.
 java.lang.Object TibrvAeParser.unmarshal(IMessage pMessage)
          Converts the provided IBusMessage instance into the corresponding java bean instance.
 

Uses of IMessage in raccoon.tibco.tibrv.message
 

Classes in raccoon.tibco.tibrv.message that implement IMessage
 class RvMessage
          Implements the IBusMessage interface for TIB/Rendezvous
 

Methods in raccoon.tibco.tibrv.message that return IMessage
 IMessage RvMessage.getPayload()
          Retrieves the payload associated to this message.
 IMessage RvFactory.newMessage()
          Creates a new instance of a message.
 IMessage RvFactory.newMessage(java.lang.Object pNativeMsg)
          Creates a proxy object for the given native message.
 IMessage RvFactory.newMessage(java.lang.String pMessageType)
          Creates a new message instance depending on the desired implementation
 

Uses of IMessage in raccoon.tibco.tibrv.uitest
 

Methods in raccoon.tibco.tibrv.uitest that return IMessage
 IMessage TibrvRecorder.loadMessage(org.xml.sax.InputSource pSource)
          Converts the contents of an XML input source into a valid message.
 

Methods in raccoon.tibco.tibrv.uitest with parameters of type IMessage
 void TibrvCompare.setExpected(IMessage pExpected)
          The expected message to compare to
 



Copyright null null. All Rights Reserved.