public class WeblogicJmsTopicResolver extends DefaultJmsTopicResolver
| Modifier and Type | Field and Description |
|---|---|
protected static Class[] |
PARAMETER_TYPES_NONE
Cached empty class array, used in the no-args reflective method call.
|
logger| Constructor and Description |
|---|
WeblogicJmsTopicResolver(JmsConnector connector)
Create an instance of the resolver.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTopic(javax.jms.Destination destination)
For Weblogic 8.x (JMS 1.0.2b) will use Weblogic-specific API call to test for topic.
|
checkInvariants, getConnector, isTopic, isTopicprotected static final Class[] PARAMETER_TYPES_NONE
public WeblogicJmsTopicResolver(JmsConnector connector)
connector - owning connectorpublic boolean isTopic(javax.jms.Destination destination)
isTopic in interface JmsTopicResolverisTopic in class DefaultJmsTopicResolverdestination - a jms destination to testtrue if the destination is a topicCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.