Class ResponseWriter
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.channel.ResponseWriter
-
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
public class ResponseWriter extends java.lang.Object implements ChannelSubsetter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_DIRECTORY
static java.lang.String
DEFAULT_TEMPLATE
-
Constructor Summary
Constructors Constructor Description ResponseWriter(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.ChannelImpl chan, NetworkSource network)
-
-
-
Field Detail
-
DEFAULT_DIRECTORY
public static final java.lang.String DEFAULT_DIRECTORY
- See Also:
- Constant Field Values
-
DEFAULT_TEMPLATE
public static final java.lang.String DEFAULT_TEMPLATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResponseWriter
public ResponseWriter(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.iris.Fissures.network.ChannelImpl chan, NetworkSource network) throws java.lang.Exception
- Specified by:
accept
in interfaceChannelSubsetter
- Throws:
java.lang.Exception
-
-