org.mule.routing.filters.xml
Class IsXmlFilter
java.lang.Object
org.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
|
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 |
IsXmlFilter
public IsXmlFilter()
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.