Package | Description |
---|---|
org.apache.axis2.transport.jms.ctype |
Provides classes and interfaces to define content type rules.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ContentTypeRule |
ContentTypeRuleFactory.parse(org.apache.axiom.om.OMElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ContentTypeRuleSet.addRule(ContentTypeRule rule)
Add a content type rule to this set.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.