biz.hammurapi.web.mda
Class MemoryChannelBase

java.lang.Object
  extended bybiz.hammurapi.web.mda.AbstractChannel
      extended bybiz.hammurapi.web.mda.MemoryChannelBase
All Implemented Interfaces:
biz.hammurapi.util.Attributable, Channel
Direct Known Subclasses:
FileRootChannel, MemorySubChannel, ZipRootChannel

public class MemoryChannelBase
extends AbstractChannel

Channel which uses StringWriter.

Author:
Pavel

Constructor Summary
MemoryChannelBase()
           
 
Method Summary
protected  SubChannel createSubChannel()
          Creates new sub-channel.
protected  java.io.Writer createWriter()
          Creates new Writer
 
Methods inherited from class biz.hammurapi.web.mda.AbstractChannel
getAttribute, getChannel, getChannel, getParts, getWriter, getWriter, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryChannelBase

public MemoryChannelBase()
Method Detail

createSubChannel

protected SubChannel createSubChannel()
Description copied from class: AbstractChannel
Creates new sub-channel.

Specified by:
createSubChannel in class AbstractChannel
Returns:

createWriter

protected java.io.Writer createWriter()
Description copied from class: AbstractChannel
Creates new Writer

Specified by:
createWriter in class AbstractChannel
Returns:


Copyright © 2006 Hammurapi Group. All Rights Reserved.