org.jmage.filterchain
Class XmlFilterChainSerializer

java.lang.Object
  extended by org.jmage.filterchain.XmlFilterChainSerializer

public class XmlFilterChainSerializer
extends java.lang.Object

Serializes a FilterChain to an xml dom Document.


Field Summary
protected static org.apache.log4j.Logger log
           
protected  org.w3c.dom.Document serialized
           
 
Constructor Summary
XmlFilterChainSerializer()
           
 
Method Summary
 org.w3c.dom.Document serialize(FilterChain filterChain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialized

protected org.w3c.dom.Document serialized

log

protected static org.apache.log4j.Logger log
Constructor Detail

XmlFilterChainSerializer

public XmlFilterChainSerializer()
Method Detail

serialize

public org.w3c.dom.Document serialize(FilterChain filterChain)


Copyright © 2004-2008 Sourceforge. All Rights Reserved.