|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.marshalling.Instantiator
public class Instantiator
A class that helps to instantiate instances of message builder beans.
Method Summary | |
---|---|
static Instantiator |
getInstance()
Static accessor. |
Object |
instantiateMessagePartBean(VersionNumber version,
String type,
Interaction interaction)
Instantiate a bean that models the part under question. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Instantiator getInstance()
Static accessor. This class is implemented as a singleton, and the static accessor provides access to the single instance.
public Object instantiateMessagePartBean(VersionNumber version, String type, Interaction interaction)
Instantiate a bean that models the part under question.
version
- - the version codetype
- - the part type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |