org.mule.routing.filters.xml
Class IsXmlFilter

java.lang.Object
  extended byorg.mule.routing.filters.xml.IsXmlFilter
All Implemented Interfaces:
org.mule.umo.UMOFilter

public class IsXmlFilter
extends Object
implements org.mule.umo.UMOFilter

IsXmlFilter accepts a String or byte[] if its contents are valid XML.

Author:
Travis Carlson

Constructor Summary
IsXmlFilter()
           
 
Method Summary
 boolean accept(org.mule.umo.UMOMessage obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsXmlFilter

public IsXmlFilter()
Method Detail

accept

public boolean accept(org.mule.umo.UMOMessage obj)
Specified by:
accept in interface org.mule.umo.UMOFilter


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.