|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--examples.e2e.common.TestBuyerFactory
TestBuyerFactory returns hard-coded data
in response to method calls. This class is intended
as a way to utilize the front-end portlet without
deploying the back-end BPM and application integration (AI)
components.
| Method Summary | |
static java.util.List |
createPO(org.xml.sax.InputSource xmlSource)
Returns a List of objects. |
static java.util.List |
createQuote(org.xml.sax.InputSource xmlSource)
Returns a List of PurchaseQuote objects. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static java.util.List createQuote(org.xml.sax.InputSource xmlSource)
List of PurchaseQuote objects.
The objects returned have no relation of the InputSource
provided to the method.
xmlSource - the source is ignored in this test class.public static java.util.List createPO(org.xml.sax.InputSource xmlSource)
List of PO objects.
The objects returned have no relation of the InputSource
provided to the method.
xmlSource - the source is ignored in this test class.
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||