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

Quick Search    Search Deep

org.miamm.soapmmil.test.simple
Class SimpleMIAMMService_Charlie  view SimpleMIAMMService_Charlie download SimpleMIAMMService_Charlie.java

java.lang.Object
  extended byorg.miamm.soapmmil.MIAMMService
      extended byorg.miamm.soapmmil.test.simple.SimpleMIAMMService
          extended byorg.miamm.soapmmil.test.simple.SimpleMIAMMService_Charlie
All Implemented Interfaces:
SimpleMIAMMServiceConstants, org.miamm.soapmmil.SoapMMILConstants

public class SimpleMIAMMService_Charlie
extends SimpleMIAMMService


Nested Class Summary
 
Nested classes inherited from class org.miamm.soapmmil.MIAMMService
 
Field Summary
static java.lang.Character _id
           
 
Fields inherited from class org.miamm.soapmmil.test.simple.SimpleMIAMMService
_hasStarted, logger, NAMESPACE_AWARE, SIMPLE_TEST_STRING_DEFAULT, SIMPLE_TEST_STRING_PROPERTY
 
Fields inherited from class org.miamm.soapmmil.MIAMMService
 
Fields inherited from interface org.miamm.soapmmil.test.simple.SimpleMIAMMServiceConstants
ALPHA_RECEIVER_PROPERTY, BRAVO_RECEIVER_PROPERTY, CHARLIE_RECEIVER_PROPERTY, ELEMENT_TAG_DREAM, ELEMENT_TAG_REALITY, ELEMENT_TAG_ROOT, ZULU_RECEIVER_PROPERTY
 
Fields inherited from interface org.miamm.soapmmil.SoapMMILConstants
ELEMENT_MISOH_BLOCK, LOG4J_PROPERTY, misohDescriptor, NAMESPACE_PREFIX_MIAMM, NAMESPACE_URI_MIAMM, PROPERTY_MIAMM_SMART_RECEIVER, PROPERTY_MIAMM_URLFILE
 
Constructor Summary
SimpleMIAMMService_Charlie()
           
 
Method Summary
 java.lang.Character getID()
          Return a single character that identifies this service.
 
Methods inherited from class org.miamm.soapmmil.test.simple.SimpleMIAMMService
fireMessage, getMsgContentType, recogniseEvent, restart, start, stop
 
Methods inherited from class org.miamm.soapmmil.MIAMMService
getDebuggingId, getDumbOutgoingURL, getServiceName, getServiceTable, getSmartOutgoingURL, receiveMessage, recogniseEvent, soapmmil
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

public static final java.lang.Character _id
Constructor Detail

SimpleMIAMMService_Charlie

public SimpleMIAMMService_Charlie()
                           throws org.miamm.soapmmil.MIAMMException
Method Detail

getID

public java.lang.Character getID()
Description copied from class: SimpleMIAMMService
Return a single character that identifies this service. Examples are 'a', 'b', 'c' :-)

Specified by:
getID in class SimpleMIAMMService