Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.miamm.soapmmil.SoapmmilMessage

Uses of SoapmmilMessage in org.miamm.soapmmil
 

Fields in org.miamm.soapmmil declared as SoapmmilMessage
(package private)  SoapmmilMessage SoapmmilMessageTest.soapmmilmessage
           
(package private)  SoapmmilMessage ResponsesTableTest._message1
           
(package private)  SoapmmilMessage ResponsesTableTest._message2
           
 

Methods in org.miamm.soapmmil that return SoapmmilMessage
 SoapmmilMessage ResponsesTable.removeFirst(java.lang.String msgRef)
          Removes and returns the first message that is a response to the message with id msgRef and
 SoapmmilMessage SoapmmilMessageTest.createInstance()
           
 SoapmmilMessage MIAMMServiceEngineTest.createEmptyMessage()
           
 SoapmmilMessage MIAMMServiceEngineTest.createEmptyMessage(org.miamm.castor.headerblock.types.MsgContentType type)
           
 SoapmmilMessage MIAMMServiceEngineTest.createFalseResponse(java.lang.String msgRef)
          Creates a dummy outgoing MiammSoapHeaderBlock with a default MsgContentType and which references the message indicated by the MiammSoapHeaderBlock argument
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(SoapmmilMessage message)
          Block until we receive the response to the message in SoapmmilMessage parameter.
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(SoapmmilMessage message, long timeout)
           
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(org.miamm.castor.headerblock.MiammSoapHeaderBlock misoh)
           
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(org.miamm.castor.headerblock.MiammSoapHeaderBlock misoh, long timeout)
           
private  SoapmmilMessage MIAMMServiceEngine.awaitResponse(java.lang.String msgId, long timeout)
           
 

Methods in org.miamm.soapmmil with parameters of type SoapmmilMessage
 void ResponsesTable.put(java.lang.String msgRef, SoapmmilMessage message)
          Assuming the message is a response, add the message to the table.
 void MIAMMServiceTemplate.recogniseEvent(SoapmmilMessage message)
           
 void MIAMMServiceEngineTest.shortCircuitMessage(SoapmmilMessage message)
          Directly invoke the receiveMessage of a service without actually firing the message, per se
 void MIAMMServiceEngineTest.sendMessage(SoapmmilMessage message)
           
 void MIAMMServiceEngine.fireMessage(SoapmmilMessage message)
          Fires a message into the ether.
 void MIAMMServiceEngine.receiveMessage(SoapmmilMessage message)
          Determines if the incoming message should be handled via the await mechanism or normally.
private  void MIAMMServiceEngine.doRecogniseEvent(SoapmmilMessage message)
          Call the recogniseEvent function of our service.
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(SoapmmilMessage message)
          Block until we receive the response to the message in SoapmmilMessage parameter.
 SoapmmilMessage MIAMMServiceEngine.awaitResponse(SoapmmilMessage message, long timeout)
           
protected  void MIAMMServiceEngine.stampMessage(SoapmmilMessage message)
          Sets the message's ID and sender if they have not already been set
 void MIAMMService.recogniseEvent(SoapmmilMessage message)
          Do the main work of this service.
 

Constructors in org.miamm.soapmmil with parameters of type SoapmmilMessage
SoapmmilMessage(SoapmmilMessage msgRef, org.miamm.castor.headerblock.types.MsgContentType msgContent, java.io.Reader reader)
          Produces a Soapmmil message which is a response to another message