comprti.msg
Class MessageFactory

java.lang.Object
  |
  +--comprti.msg.MessageFactory

public class MessageFactory
extends java.lang.Object

A class that represents ...

See Also:
OtherClasses

Constructor Summary
MessageFactory()
           
 
Method Summary
 DefineObjectMessage createDefineObjectMessage()
          An operation that does ...
 DeleteObjectMessage createDeleteObjectMessage()
          An operation that does ...
 DiscoverObjectMessage createDiscoverObjectMessage()
          An operation that does ...
 UpdateAttributeMessage createUpdateAttributeMessage()
          An operation that does ...
 UpdateParameterMessage createUpdateParamaterMessage()
          An operation that does ...
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MessageFactory

public MessageFactory()
Method Detail

createDefineObjectMessage

public DefineObjectMessage createDefineObjectMessage()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

createDiscoverObjectMessage

public DiscoverObjectMessage createDiscoverObjectMessage()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

createDeleteObjectMessage

public DeleteObjectMessage createDeleteObjectMessage()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

createUpdateAttributeMessage

public UpdateAttributeMessage createUpdateAttributeMessage()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

createUpdateParamaterMessage

public UpdateParameterMessage createUpdateParamaterMessage()
An operation that does ...
Parameters:
firstParamName - a description of this parameter