Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Class AbstractProtocolFactory

java.lang.Object
  extended bycom.genesyslab.platform.commons.protocol.AbstractProtocolFactory
All Implemented Interfaces:
ProtocolDescriptionSupport, ProtocolFactory

public abstract class AbstractProtocolFactory
extends java.lang.Object
implements ProtocolFactory, ProtocolDescriptionSupport


Constructor Summary
AbstractProtocolFactory()
           
 
Method Summary
 Message createMessage(int id)
          Creates Message by id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolFactory
createMessage, getMessageName, getProtocolDescription, getProtocolVersion
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport
getProtocolDescription
 

Constructor Detail

AbstractProtocolFactory

public AbstractProtocolFactory()
Method Detail

createMessage

public Message createMessage(int id)
Description copied from interface: ProtocolFactory
Creates Message by id. NOTE: Classes that implement this interface are usually created automatically by generator. Do not implement this interface unless you know what you're doing.

Specified by:
createMessage in interface ProtocolFactory
Parameters:
id - id of the message
Returns:
Message subclass for the specified id.

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.