|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.toa.service.ToaServiceToRole
public class ToaServiceToRole
Modesl a TOA Service 'To' Role.
A 'To' Role groups a collection of messages to be sent by a role name.
Method Summary | |
---|---|
ToaServiceChannel |
getChannel(String fullMessageName)
Returns the channel model for the given message. |
Collection<Class<? extends MessageView>> |
getMessageClasses()
Returns the resolved message classes declared by this role. |
Collection<com.neeve.adm.AdmMessage> |
getMessages()
Returns the messages declared by this role. |
String |
getName()
Gets the role name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public Collection<com.neeve.adm.AdmMessage> getMessages()
public ToaServiceChannel getChannel(String fullMessageName)
fullMessageName
- The fully qualified messages name.
public Collection<Class<? extends MessageView>> getMessageClasses()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |