Uses of Interface
org.apache.axis2.transport.jms.ctype.ContentTypeRule

Packages that use ContentTypeRule
org.apache.axis2.transport.jms.ctype Provides classes and interfaces to define content type rules. 
 

Uses of ContentTypeRule in org.apache.axis2.transport.jms.ctype
 

Classes in org.apache.axis2.transport.jms.ctype that implement ContentTypeRule
 class DefaultRule
          Content type rule that always matches and that returns a fixed (default) content type.
 class MessageTypeRule
          Content type rule that matches a given message type and returns a fixed content type.
 class PropertyRule
          Content type rule that attempts to extract the content type from a message property.
 

Methods in org.apache.axis2.transport.jms.ctype that return ContentTypeRule
static ContentTypeRule ContentTypeRuleFactory.parse(org.apache.axiom.om.OMElement element)
           
 

Methods in org.apache.axis2.transport.jms.ctype with parameters of type ContentTypeRule
 void ContentTypeRuleSet.addRule(ContentTypeRule rule)
          Add a content type rule to this set.
 



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