public class TResponseContentFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TResponseContentFactory()
Protected Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected TResponseContentFactory()
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()
Copyright (c) 2017 Software AG. All Rights Reserved.