public class TStreamInputStreamInterpreter extends TInputStreamInterpreter
Modifier and Type | Class and Description |
---|---|
protected static class |
TStreamInputStreamInterpreter.StreamBasedSAXObjectModel
Inner class implementing a TSAXObjectModel.
|
timeLogger
Constructor and Description |
---|
TStreamInputStreamInterpreter()
Initializes the intperpreter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInterpret(TInputStream inputStream)
Performs the concrete interpretation of the TInputStream according the physical object model.
|
TResponseInfoContent |
getResponseInfoContent()
Gets the TResultState object.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets a generic property on the concrete interpreter instance.
|
getLocale, getResponseQueryContent, interpret, setLocale
public TStreamInputStreamInterpreter()
public void setProperty(java.lang.String key, java.lang.Object value)
setProperty
in class TInputStreamInterpreter
public TResponseInfoContent getResponseInfoContent()
getResponseInfoContent
in class TInputStreamInterpreter
protected void doInterpret(TInputStream inputStream) throws TStreamInterpretException
doInterpret
in class TInputStreamInterpreter
inputStream
- is the stream for a previous Tamino command operation.TStreamInterpretException
- when interpreting errors occur.Copyright (c) 2015 Software AG. All Rights Reserved.