public interface TResponseBuilder
Modifier and Type | Method and Description |
---|---|
TResponseHandle |
buildForNonXML(TInputStream inputStream)
Builds a TResponse object upon a TInputStream object for an Non-XML specific access operation.
|
TResponseHandle |
buildForXML(TInputStream inputStream)
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
|
TResponseHandle |
buildForXML(TInputStream inputStream,
TCommand command)
Builds a TResponse object upon a TInputStream object for an XML specific access operation.
|
void |
setHelperAccessor(TAbstractAccessor abstractAccessor)
Tell the response builder which abstract accessor it should use.
|
TResponseHandle buildForXML(TInputStream inputStream) throws TResponseBuildException
inputStream
- is the response stream for the command that has been invoked on Tamino.TResponseBuildException
TResponseHandle buildForXML(TInputStream inputStream, TCommand command) throws TResponseBuildException
inputStream
- is the response stream for the command that has been invoked on Tamino.command
- is the request sent to Tamino against which response is received.TResponseBuildException
TResponseHandle buildForNonXML(TInputStream inputStream) throws TResponseBuildException
inputStream
- is the response stream for the command that has been invoked on Tamino.TResponseBuildException
void setHelperAccessor(TAbstractAccessor abstractAccessor)
abstractAccessor
- the helping accessor.Copyright (c) 2017 Software AG. All Rights Reserved.