org.apache.axis2.transport.jms.ctype
Class ContentTypeRuleFactory

java.lang.Object
  extended by org.apache.axis2.transport.jms.ctype.ContentTypeRuleFactory

public class ContentTypeRuleFactory
extends java.lang.Object

Utility class to create content type rules and rule sets from XML.


Method Summary
static ContentTypeRule parse(org.apache.axiom.om.OMElement element)
           
static ContentTypeRuleSet parse(org.apache.axis2.description.Parameter param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static ContentTypeRule parse(org.apache.axiom.om.OMElement element)
                             throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

parse

public static ContentTypeRuleSet parse(org.apache.axis2.description.Parameter param)
                                throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.