|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectie.deri.wsmx.mediation.MediatorFactory
This class offers the factory method as a way of creating mediator objects. The factory method is a parameterized one and according to this parameter returns different types of mediators.
| Constructor Summary | |
MediatorFactory()
|
|
| Method Summary | |
static Mediator |
createMediator()
Provides a dummy mediator. |
static Mediator |
createMediator(int payloadType)
Return a mediator according to the specified payloadType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MediatorFactory()
| Method Detail |
public static Mediator createMediator()
public static Mediator createMediator(int payloadType)
payloadType - specifies the payload type. The allowed values are: CONSTANTS.FLORA_PAYLOAD
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||