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

Quick Search    Search Deep

org.miamm.soapmmil.engine
Class BypassWay  view BypassWay download BypassWay.java

java.lang.Object
  extended byorg.miamm.soapmmil.engine.BypassWay

public class BypassWay
extends java.lang.Object

Version:
$Revision: 1.2 $
$Date: 2003/05/06 13:44:20 $

Field Summary
(package private) static org.apache.log4j.Logger Log
           
(package private) static int msgCounter
           
(package private) static MapToMany serviceTable
           
 
Constructor Summary
BypassWay()
           
 
Method Summary
static void acceptService(WayAdapter service, org.miamm.castor.headerblock.types.MsgContentType msgType)
           
static boolean bypassMessage(org.miamm.soapmmil.SoapmmilMessage message, org.miamm.soapmmil.MIAMMService sender)
           
static void rejectService(WayAdapter service, org.miamm.castor.headerblock.types.MsgContentType msgType)
           
private static void sendBpMonitorMessage(org.miamm.soapmmil.SoapmmilMessage message)
           
static void sendNotActive(org.miamm.soapmmil.MIAMMService sender)
          Deprecated. no need to use this anymore
static void visualiseDone(WayAdapter sender)
          Tell the BpMonitor visualisation that i am not active.
static void visualiseError(WayAdapter receiver)
           
static void visualiseFire(org.miamm.soapmmil.MIAMMService sender, WayAdapter receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Log

static org.apache.log4j.Logger Log

serviceTable

static MapToMany serviceTable

msgCounter

static int msgCounter
Constructor Detail

BypassWay

public BypassWay()
Method Detail

bypassMessage

public static boolean bypassMessage(org.miamm.soapmmil.SoapmmilMessage message,
                                    org.miamm.soapmmil.MIAMMService sender)

acceptService

public static void acceptService(WayAdapter service,
                                 org.miamm.castor.headerblock.types.MsgContentType msgType)

rejectService

public static void rejectService(WayAdapter service,
                                 org.miamm.castor.headerblock.types.MsgContentType msgType)

visualiseError

public static void visualiseError(WayAdapter receiver)

visualiseFire

public static void visualiseFire(org.miamm.soapmmil.MIAMMService sender,
                                 WayAdapter receiver)

visualiseDone

public static void visualiseDone(WayAdapter sender)
Tell the BpMonitor visualisation that i am not active.


sendNotActive

public static void sendNotActive(org.miamm.soapmmil.MIAMMService sender)
Deprecated. no need to use this anymore


sendBpMonitorMessage

private static void sendBpMonitorMessage(org.miamm.soapmmil.SoapmmilMessage message)
                                  throws org.miamm.soapmmil.MIAMMException