|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.applepie.message.ApplePieMessageConfigurationFactory
public class ApplePieMessageConfigurationFactory
Factory class for creating the types that can be assigned to FPMessage fields. Some examples are concrete implementations of ClientIdentity, MessageType and MessageScheme
| Constructor Summary | |
|---|---|
ApplePieMessageConfigurationFactory()
|
|
| Method Summary | |
|---|---|
ClientIdentity |
getClientIdentity(java.lang.String originatorUUID)
Returns the ClientIdentity implementing class with the originatorUUID value specified by the argument. |
MessageScheme |
getMessageScheme(java.lang.String name)
Returns the MessageScheme implementing class with the scheme value specified by the name argument. |
MessageType |
getMessageType(java.lang.String name)
Returns the MessageType implementing class with the type value specified by the name argument. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplePieMessageConfigurationFactory()
| Method Detail |
|---|
public MessageType getMessageType(java.lang.String name)
getMessageType in interface MessageConfigurationFactorypublic MessageScheme getMessageScheme(java.lang.String name)
getMessageScheme in interface MessageConfigurationFactorypublic ClientIdentity getClientIdentity(java.lang.String originatorUUID)
getClientIdentity in interface MessageConfigurationFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||