Uses of Interface
org.apache.axis2.transport.jms.ctype.ContentTypeRule
-
Packages that use ContentTypeRule Package Description 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 Modifier and Type Class Description classDefaultRuleContent type rule that always matches and that returns a fixed (default) content type.classMessageTypeRuleContent type rule that matches a given message type and returns a fixed content type.classPropertyRuleContent type rule that attempts to extract the content type from a message property.Methods in org.apache.axis2.transport.jms.ctype that return ContentTypeRule Modifier and Type Method Description static ContentTypeRuleContentTypeRuleFactory. parse(OMElement element)Methods in org.apache.axis2.transport.jms.ctype with parameters of type ContentTypeRule Modifier and Type Method Description voidContentTypeRuleSet. addRule(ContentTypeRule rule)Add a content type rule to this set.
-