public class TResponseBuilderFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TResponseBuilderFactory()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TResponseBuilderFactory |
getInstance()
Gets the singleton instance for this class.
|
TResponseBuilder |
newResponseBuilder(java.lang.Object xmlObjectModel)
Creates a TResponseBuilder instance for the specified XML object model.
|
TResponseBuilder |
newResponseBuilder(java.lang.Object xmlObjectModel,
TAbstractAccessor abstractAccessor)
Creates a TResponseBuilder instance for the specified XML object model.
|
public static TResponseBuilderFactory getInstance()
public TResponseBuilder newResponseBuilder(java.lang.Object xmlObjectModel, TAbstractAccessor abstractAccessor)
xmlObjectModel
- specifies the XML object model according to which concrete XmlObject instances are instantiated.abstractAccessor
- abstract accessor is the object needed to invoke Tamino commands on the unerlying Tamino database.public TResponseBuilder newResponseBuilder(java.lang.Object xmlObjectModel)
xmlObjectModel
- specifies the XML object model according to which concrete XmlObject instances are instantiated.transactionModeListener
- invocation
- is the object needed to invoke Tamino commands on the unerlying Tamino database.Copyright (c) 2017 Software AG. All Rights Reserved.