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(Destination destination)
For Weblogic 8.x (JMS 1.0.2b) will use Weblogic-specific API call to test for topic.
|
checkInvariants, getConnector, isTopic, isTopic
protected static final Class[] PARAMETER_TYPES_NONE
public WeblogicJmsTopicResolver(JmsConnector connector)
connector
- owning connectorpublic boolean isTopic(Destination destination)
isTopic
in interface JmsTopicResolver
isTopic
in class DefaultJmsTopicResolver
destination
- a jms destination to testtrue
if the destination is a topicCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.