|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TResponseBuilder
TResponseBuilder is the interface that defines all operations needed to build high level TResponse objects upon low level TInputStream objects. Operations are defined for insert, update, delete, delete by query and query operations invoked on Tamino.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |