xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.MsgUnitRaw

Packages that use MsgUnitRaw
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.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.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
 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.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
 

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, org.xmlBlaster.protocol.corba.serverIdl.MessageUnit mu)
          Converts the internal CORBA message unit to the internal representation.
static MsgUnitRaw[] OrbInstanceFactory.convert(Global glob, org.xmlBlaster.protocol.corba.serverIdl.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 org.xmlBlaster.protocol.corba.serverIdl.MessageUnit OrbInstanceFactory.convert(MsgUnitRaw mu)
          Converts the internal MsgUnitRaw to the CORBA message unit.
static org.xmlBlaster.protocol.corba.serverIdl.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 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.