|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TResponseContentFactory
public class TResponseContentFactory
TResponseContentFactory is a factory class for the instantiation of so called response content instances. These are instances that can be contained within a response including a response as well. Class implements the singleton pattern.
Constructor Summary | |
---|---|
protected |
TResponseContentFactory()
Protected Default Constructor. |
Method Summary | |
---|---|
static TResponseContentFactory |
getInstance()
Gets the singleton instance. |
java.util.Locale |
getLocale()
Gets the locale. |
TResponseHandle |
newResponse(TInputStream inputStream)
Creates a TResponse object. |
TResponseHandle |
newResponse(TInputStreamInterpreter inputStreamInterpreter)
Creates a TResponse object. |
TResponseHandle |
newResponse(TInputStreamInterpreter inputStreamInterpreter,
TNonXMLObjectIterator nonXMLObjectIterator)
Creates a TResponse object. |
TResponseHandle |
newResponse(TInputStreamInterpreter inputStreamInterpreter,
TXMLObjectIterator xmlObjectIterator)
Creates a TResponse object. |
TResponseHandle |
newResponse(TXMLObject xmlObject)
Creates a TResponse object. |
TResponseInfoContent |
newResponseInfoContent()
Creates a TResponseInfoContent object. |
TResponseQueryContent |
newResponseQueryContent()
Creates a TResponseQueryContent object. |
TResponseQueryContent |
newResponseQueryContent(java.util.Iterator iterator)
Creates a TResponseQueryContent object. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TResponseContentFactory()
Method Detail |
---|
public static TResponseContentFactory getInstance()
public TResponseHandle newResponse(TInputStreamInterpreter inputStreamInterpreter) throws TResponseBuildException
TResponseBuildException
public TResponseHandle newResponse(TInputStreamInterpreter inputStreamInterpreter, TXMLObjectIterator xmlObjectIterator) throws TResponseBuildException
TResponseBuildException
public TResponseHandle newResponse(TInputStreamInterpreter inputStreamInterpreter, TNonXMLObjectIterator nonXMLObjectIterator) throws TResponseBuildException
TResponseBuildException
public TResponseHandle newResponse(TXMLObject xmlObject) throws TResponseBuildException
TResponseBuildException
public TResponseHandle newResponse(TInputStream inputStream) throws TResponseBuildException
TResponseBuildException
public TResponseInfoContent newResponseInfoContent()
public TResponseQueryContent newResponseQueryContent(java.util.Iterator iterator)
public TResponseQueryContent newResponseQueryContent()
public void setLocale(java.util.Locale locale)
public java.util.Locale getLocale()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |