xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.MsgUnitRaw

Packages that use MsgUnitRaw
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.client.script   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.test.qos   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.error   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.protocol.corba   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.xbformat   
 

Uses of MsgUnitRaw in org.xmlBlaster
 

Methods in org.xmlBlaster that return MsgUnitRaw
(package private)  MsgUnitRaw[] MainGUI.GuiQuery.get(java.lang.String queryString)
          Query xmlBlaster.
 

Uses of MsgUnitRaw in org.xmlBlaster.authentication.plugins
 

Fields in org.xmlBlaster.authentication.plugins declared as MsgUnitRaw
private  MsgUnitRaw CryptDataHolder.msgUnitRaw
           
 

Methods in org.xmlBlaster.authentication.plugins that return MsgUnitRaw
 MsgUnitRaw I_MsgSecurityInterceptor.exportMessage(CryptDataHolder dataHolder)
          Encrypt, sign, seal an outgoing message.
 MsgUnitRaw CryptDataHolder.getMsgUnitRaw()
           
 MsgUnitRaw I_MsgSecurityInterceptor.importMessage(CryptDataHolder dataHolder)
          Decrypt, check, unseal etc an incomming message.
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type MsgUnitRaw
 void CryptDataHolder.setMsgUnitRaw(MsgUnitRaw msgUnitRaw)
           
 

Constructors in org.xmlBlaster.authentication.plugins with parameters of type MsgUnitRaw
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw)
           
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw, java.util.Map clientProperties)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.authentication.plugins.demo
 

Methods in org.xmlBlaster.authentication.plugins.demo that return MsgUnitRaw
 MsgUnitRaw ClientPlugin.exportMessage(CryptDataHolder dataHolder)
          encrypt, sign, seal an outgoing message.
 MsgUnitRaw Session.exportMessage(CryptDataHolder dataHolder)
          encrypt, sign, seal an outgoing message.
 MsgUnitRaw ClientPlugin.importMessage(CryptDataHolder dataHolder)
          decrypt, check, unseal an incomming message.
 MsgUnitRaw Session.importMessage(CryptDataHolder dataHolder)
          decrypt, check, unseal an incoming message.
 

Uses of MsgUnitRaw in org.xmlBlaster.authentication.plugins.htpasswd
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd that return MsgUnitRaw
 MsgUnitRaw ClientPlugin.exportMessage(CryptDataHolder dataHolder)
          encrypt, sign, seal an outgoing message.
 MsgUnitRaw Session.exportMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw ClientPlugin.importMessage(CryptDataHolder dataHolder)
          decrypt, check, unseal an incomming message.
 MsgUnitRaw Session.importMessage(CryptDataHolder dataHolder)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap that return MsgUnitRaw
 MsgUnitRaw ClientPlugin.exportMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw Session.exportMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw ClientPlugin.importMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw Session.importMessage(CryptDataHolder dataHolder)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.authentication.plugins.simple
 

Methods in org.xmlBlaster.authentication.plugins.simple that return MsgUnitRaw
 MsgUnitRaw ClientPlugin.exportMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw Session.exportMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw ClientPlugin.importMessage(CryptDataHolder dataHolder)
           
 MsgUnitRaw Session.importMessage(CryptDataHolder dataHolder)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type MsgUnitRaw
 java.lang.String[] I_CallbackRaw.update(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          This is the callback method invoked from xmlBlaster server informing the client in an asynchronous mode about a new message.
 void I_CallbackRaw.updateOneway(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          The oneway variant without a return value or exception
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return MsgUnitRaw
 MsgUnitRaw[] I_XmlBlasterConnection.get(java.lang.String xmlKey, java.lang.String qos)
           
 

Methods in org.xmlBlaster.client.protocol with parameters of type MsgUnitRaw
 java.lang.String I_XmlBlasterConnection.publish(MsgUnitRaw msgUnit)
           
 java.lang.String[] I_XmlBlasterConnection.publishArr(MsgUnitRaw[] msgUnitArr)
           
 void I_XmlBlasterConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
           
 java.lang.String[] AbstractCallbackExtended.update(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          This is the callback method invoked natively informing the client in an asynchronous mode about new messages.
 void AbstractCallbackExtended.updateOneway(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          The oneway variant without a return value or exception
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.corba
 

Methods in org.xmlBlaster.client.protocol.corba that return MsgUnitRaw
 MsgUnitRaw[] CorbaConnection.get(java.lang.String xmlKey, java.lang.String qos)
           
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type MsgUnitRaw
 java.lang.String CorbaConnection.publish(MsgUnitRaw msgUnit)
          Publish fault-tolerant the given message.
 java.lang.String[] CorbaConnection.publishArr(MsgUnitRaw[] msgUnitArr)
           
 void CorbaConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.email
 

Methods in org.xmlBlaster.client.protocol.email that return MsgUnitRaw
 MsgUnitRaw[] EmailConnection.get(java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.client.protocol.email with parameters of type MsgUnitRaw
 java.lang.String EmailConnection.publish(MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] EmailConnection.publishArr(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 void EmailConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.local
 

Methods in org.xmlBlaster.client.protocol.local that return MsgUnitRaw
 MsgUnitRaw[] LocalConnection.get(java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type MsgUnitRaw
 java.lang.String LocalConnection.publish(MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] LocalConnection.publishArr(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 void LocalConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.rmi
 

Methods in org.xmlBlaster.client.protocol.rmi that return MsgUnitRaw
 MsgUnitRaw[] RmiConnection.get(java.lang.String xmlKey, java.lang.String qos)
           
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type MsgUnitRaw
 java.lang.String RmiConnection.publish(MsgUnitRaw msgUnit)
          Publish fault-tolerant the given message.
 java.lang.String[] RmiConnection.publishArr(MsgUnitRaw[] msgUnitArr)
           
 void RmiConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
          RMI does not support oneway messages.
 java.lang.String[] RmiCallbackServer.update(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          This is the callback method invoked from xmlBlaster informing the client in an asynchronous mode about new messages.
 void RmiCallbackServer.updateOneway(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          The oneway variant for better performance.
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.socket
 

Methods in org.xmlBlaster.client.protocol.socket that return MsgUnitRaw
 MsgUnitRaw[] SocketConnection.get(java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type MsgUnitRaw
 java.lang.String SocketConnection.publish(MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] SocketConnection.publishArr(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 void SocketConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 

Uses of MsgUnitRaw in org.xmlBlaster.client.protocol.xmlrpc
 

Methods in org.xmlBlaster.client.protocol.xmlrpc that return MsgUnitRaw
 MsgUnitRaw[] XmlRpcConnection.get(java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type MsgUnitRaw
private  java.lang.String XmlScriptSerializer.getLiteral(MsgUnitRaw[] msgArr, MethodName methodName, byte typeByte)
           
private  java.lang.String XmlScriptSerializer.getLiteral(MsgUnitRaw msgUnit, MethodName methodName)
           
 java.lang.String XmlScriptSerializer.getPublish(MsgUnitRaw msgUnit)
           
 java.lang.String XmlScriptSerializer.getPublishArr(MsgUnitRaw[] msgUnitArr)
           
 java.lang.String XmlScriptSerializer.getPublishOneway(MsgUnitRaw[] msgUnitArr)
           
 java.lang.String XmlRpcConnection.publish(MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] XmlRpcConnection.publishArr(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 void XmlRpcConnection.publishOneway(MsgUnitRaw[] msgUnitArr)
          Publish multiple messages in one sweep.
 

Uses of MsgUnitRaw in org.xmlBlaster.client.script
 

Methods in org.xmlBlaster.client.script with parameters of type MsgUnitRaw
protected  void XmlScriptInterpreter.serialize(MethodName methodName, java.lang.String sessionId, java.lang.String requestId, MsgUnitRaw[] msgUnits, java.lang.String header, java.lang.String comment, java.lang.String schemaDecl, java.io.OutputStream out, byte type)
          Dump the given MsgUnitRaw to XML.
 

Uses of MsgUnitRaw in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine that return MsgUnitRaw
 MsgUnitRaw[] XmlBlasterImpl.get(AddressServer addressServer, java.lang.String sessionId, java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.engine with parameters of type MsgUnitRaw
private  MsgUnit XmlBlasterImpl.importAndAuthorize(SessionInfo sessionInfo, AddressServer addressServer, MsgUnitRaw msgUnitRaw, MethodName action)
          Check message via security plugin.
private  java.lang.String XmlBlasterImpl.publish(AddressServer addressServer, SessionInfo sessionInfo, MsgUnitRaw msgUnitRaw, MethodName methodName)
           
 java.lang.String XmlBlasterImpl.publish(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw msgUnitRaw)
          Publish a message.
 java.lang.String[] XmlBlasterImpl.publishArr(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 java.lang.String RequestBroker.publishDeadMessageRaw(SessionName sender, MsgUnitRaw origMsgUnit, java.lang.String text, SessionName receiver)
           
 void XmlBlasterImpl.publishOneway(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 

Uses of MsgUnitRaw in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as MsgUnitRaw
 MsgUnitRaw CbDispatchConnection.Holder.msgUnitRaw
           
 

Constructors in org.xmlBlaster.engine.dispatch with parameters of type MsgUnitRaw
CbDispatchConnection.Holder(MsgQueueUpdateEntry msgQueueUpdateEntry, MsgUnitRaw msgUnitRaw, java.lang.String subscriptionId)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol that return MsgUnitRaw
 MsgUnitRaw[] I_XmlBlaster.get(AddressServer addressServer, java.lang.String sessionId, java.lang.String xmlKey_literal, java.lang.String getQoS_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.protocol with parameters of type MsgUnitRaw
 java.lang.String I_XmlBlaster.publish(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] I_XmlBlaster.publishArr(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 void I_XmlBlaster.publishOneway(AddressServer addressServer, java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 java.lang.String[] I_CallbackDriver.sendUpdate(MsgUnitRaw[] msgArr)
          Send the message update to the client.
 void I_CallbackDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.corba
 

Methods in org.xmlBlaster.protocol.corba with parameters of type MsgUnitRaw
static MessageUnit CallbackCorbaDriver.convert(MsgUnitRaw mu)
          Converts the internal MessageUnit to the CORBA message unit.
 java.lang.String[] CallbackCorbaDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackCorbaDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.email
 

Methods in org.xmlBlaster.protocol.email with parameters of type MsgUnitRaw
 java.lang.String[] CallbackEmailDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackEmailDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.jdbc
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type MsgUnitRaw
 java.lang.String JdbcDriver.publish(MsgUnitRaw msgUnit)
          Send the XML based result set to the client.
 java.lang.String I_Publish.publish(MsgUnitRaw msgUnit)
           
 java.lang.String[] CallbackJdbcDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the SQL query to the JDBC service for processing.
 void CallbackJdbcDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.local
 

Methods in org.xmlBlaster.protocol.local with parameters of type MsgUnitRaw
 java.lang.String[] CallbackLocalDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackLocalDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.rmi
 

Methods in org.xmlBlaster.protocol.rmi that return MsgUnitRaw
 MsgUnitRaw[] XmlBlasterImpl.get(java.lang.String sessionId, java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access
 MsgUnitRaw[] I_XmlBlaster.get(java.lang.String sessionId, java.lang.String xmlKey_literal, java.lang.String getQoS_literal)
          Synchronous access a message.
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type MsgUnitRaw
 java.lang.String XmlBlasterImpl.publish(java.lang.String sessionId, MsgUnitRaw msgUnit)
           
 java.lang.String I_XmlBlaster.publish(java.lang.String sessionId, MsgUnitRaw msgUnit)
          Publish a message.
 java.lang.String[] XmlBlasterImpl.publishArr(java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
           
 java.lang.String[] I_XmlBlaster.publishArr(java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 void XmlBlasterImpl.publishOneway(java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
           
 void I_XmlBlaster.publishOneway(java.lang.String sessionId, MsgUnitRaw[] msgUnitArr)
          Publish messages.
 java.lang.String[] CallbackRmiDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackRmiDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 java.lang.String[] I_XmlBlasterCallback.update(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
           
 void I_XmlBlasterCallback.updateOneway(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
          The oneway variant for better performance.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.socket
 

Methods in org.xmlBlaster.protocol.socket with parameters of type MsgUnitRaw
 java.lang.String[] CallbackSocketDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackSocketDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.stomp
 

Methods in org.xmlBlaster.protocol.stomp with parameters of type MsgUnitRaw
private  java.lang.String XbStompInOutBridge.getContentType(MsgUnitRaw msgUnitRaw)
           
private  KeyData XbStompInOutBridge.getKeyData(MsgUnitRaw msgUnitRaw)
           
 java.lang.String[] XbStompInOutBridge.sendUpdate(MsgUnitRaw[] msgArr)
           
 void XbStompInOutBridge.sendUpdateOneway(MsgUnitRaw[] msgArr)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as MsgUnitRaw
private  MsgUnitRaw[] UpdateEvent.msgUnit
           
 

Methods in org.xmlBlaster.protocol.xmlrpc that return MsgUnitRaw
 MsgUnitRaw[] UpdateEvent.getMsgUnit()
           
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type MsgUnitRaw
 java.lang.String[] CallbackXmlRpcDriverSingleChannel.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 java.lang.String[] CallbackXmlRpcDriver.sendUpdate(MsgUnitRaw[] msgArr)
          This sends the update to the client.
 void CallbackXmlRpcDriverSingleChannel.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 void CallbackXmlRpcDriver.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Constructors in org.xmlBlaster.protocol.xmlrpc with parameters of type MsgUnitRaw
UpdateEvent(java.lang.String method, MsgUnitRaw[] msgUnit, java.lang.String qos, java.lang.String[] ret, long uniqueId)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.test.qos
 

Methods in org.xmlBlaster.test.qos with parameters of type MsgUnitRaw
 java.lang.String[] TestCorbaThreads.update(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
           
 void TestCorbaThreads.updateOneway(java.lang.String cbSessionId, MsgUnitRaw[] msgUnitArr)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return MsgUnitRaw
 MsgUnitRaw MsgUnit.getMsgUnitRaw()
           
 

Constructors in org.xmlBlaster.util with parameters of type MsgUnitRaw
MsgUnit(Global glob, MsgUnitRaw msgUnitRaw, MethodName methodName)
           
 

Uses of MsgUnitRaw in org.xmlBlaster.util.error
 

Fields in org.xmlBlaster.util.error declared as MsgUnitRaw
private  MsgUnitRaw MsgErrorInfo.msgUnitRaw
           
 

Methods in org.xmlBlaster.util.error that return MsgUnitRaw
 MsgUnitRaw I_MsgErrorInfo.getMsgUnitRaw()
          Is not null for client calls into server like XmlBlasterImpl.publish() where no queue is involved and the message could not be parsed.
 MsgUnitRaw MsgErrorInfo.getMsgUnitRaw()
           
 

Constructors in org.xmlBlaster.util.error with parameters of type MsgUnitRaw
MsgErrorInfo(Global glob, SessionName sessionName, MsgUnitRaw msgUnitRaw, java.lang.Throwable throwable)
          Called for raw messages e.g.
 

Uses of MsgUnitRaw in org.xmlBlaster.util.protocol
 

Methods in org.xmlBlaster.util.protocol that return MsgUnitRaw
static MsgUnitRaw ProtoConverter.objArray2MsgUnitRaw(java.lang.Object[] inObj)
          Converts an Object[3] to a MsgUnitRaw.
static MsgUnitRaw[] ProtoConverter.objMatrix2MsgUnitRawArray(java.lang.Object[] in)
          Converts an Object[][] to a MsgUnitRaw[].
static MsgUnitRaw ProtoConverter.vector2MsgUnitRaw(java.util.Vector<java.lang.Object> vec)
          Converts a Vector to a MsgUnitRaw.
static MsgUnitRaw[] ProtoConverter.vector2MsgUnitRawArray(java.util.Vector vec)
          Converts a Vector to a MsgUnitRaw[].
 

Methods in org.xmlBlaster.util.protocol with parameters of type MsgUnitRaw
static java.util.Vector<java.lang.Object> ProtoConverter.messageUnit2Vector(boolean contentAsString, MsgUnitRaw msg)
          Converts a single MsgUnitRaw to a Vector.
static java.util.Vector<java.lang.Object> ProtoConverter.messageUnitArray2Vector(boolean contentAsString, MsgUnitRaw[] msgs)
          Converts a MsgUnitRaw[] object into a Vector.
 

Uses of MsgUnitRaw in org.xmlBlaster.util.protocol.corba
 

Methods in org.xmlBlaster.util.protocol.corba that return MsgUnitRaw
static MsgUnitRaw OrbInstanceFactory.convert(Global glob, MessageUnit mu)
          Converts the internal CORBA message unit to the internal representation.
static MsgUnitRaw[] OrbInstanceFactory.convert(Global glob, MessageUnit[] msgUnitArr)
          Converts the internal CORBA message unit array to the internal representation.
 

Methods in org.xmlBlaster.util.protocol.corba with parameters of type MsgUnitRaw
static MessageUnit OrbInstanceFactory.convert(MsgUnitRaw mu)
          Converts the internal MsgUnitRaw to the CORBA message unit.
static MessageUnit[] OrbInstanceFactory.convert(MsgUnitRaw[] msgUnitArr)
          Converts the internal MsgUnitRaw array to the CORBA message unit array.
 

Uses of MsgUnitRaw in org.xmlBlaster.util.protocol.email
 

Methods in org.xmlBlaster.util.protocol.email with parameters of type MsgUnitRaw
 java.lang.Object EmailExecutor.sendEmail(MsgUnitRaw[] msgArr, MethodName methodName, boolean expectingResponse)
          This sends the update to the client.
 java.lang.Object EmailExecutor.sendEmail(MsgUnitRaw msgUnit, MethodName methodName, boolean expectingResponse)
           
 void EmailExecutor.sendUpdateOneway(MsgUnitRaw[] msgArr)
          The oneway variant, without return value.
 

Uses of MsgUnitRaw in org.xmlBlaster.util.protocol.socket
 

Methods in org.xmlBlaster.util.protocol.socket with parameters of type MsgUnitRaw
 java.lang.String[] SocketExecutor.sendUpdate(java.lang.String cbSessionId, MsgUnitRaw[] msgArr, boolean expectingResponse, boolean useUdpForOneway, PluginInfo callbackPluginInfo)
          Updating multiple messages in one sweep, callback to client.
 

Uses of MsgUnitRaw in org.xmlBlaster.util.xbformat
 

Methods in org.xmlBlaster.util.xbformat that return MsgUnitRaw
 MsgUnitRaw[] MsgInfo.getMessageArr()
          Returns all messages as an array.
 

Methods in org.xmlBlaster.util.xbformat with parameters of type MsgUnitRaw
 void MsgInfo.addMessage(MsgUnitRaw msg)
          Use for methods update, publish.
 void MsgInfo.addMessage(MsgUnitRaw[] arr)
          Use for methods update, publish.
 void MsgInfo.removeMessage(MsgUnitRaw msg)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.