Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.j2ee.descriptor.MessageDestinationRefBean

Packages that use MessageDestinationRefBean
weblogic.j2ee.descriptor Provides interfaces for weblogic.j2ee.descriptor
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
 

Uses of MessageDestinationRefBean in weblogic.j2ee.descriptor
 

Methods in weblogic.j2ee.descriptor that return MessageDestinationRefBean
 MessageDestinationRefBean J2eeClientEnvironmentBean.createMessageDestinationRef()
           
 MessageDestinationRefBean PortComponentHandlerBean.createMessageDestinationRef()
           
 MessageDestinationRefBean ServiceRefHandlerBean.createMessageDestinationRef()
           
 MessageDestinationRefBean[] J2eeClientEnvironmentBean.getMessageDestinationRefs()
           
 MessageDestinationRefBean[] PortComponentHandlerBean.getMessageDestinationRefs()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefBean[] ServiceRefHandlerBean.getMessageDestinationRefs()
           
 

Methods in weblogic.j2ee.descriptor with parameters of type MessageDestinationRefBean
 void J2eeClientEnvironmentBean.destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
           
 void PortComponentHandlerBean.destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
           
 void ServiceRefHandlerBean.destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
           
 

Uses of MessageDestinationRefBean in weblogic.j2ee.descriptor.wl
 

Methods in weblogic.j2ee.descriptor.wl that return MessageDestinationRefBean
 MessageDestinationRefBean ManagedBeanBean.createMessageDestinationRef()
           
 MessageDestinationRefBean[] ManagedBeanBean.getMessageDestinationRefs()
           
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type MessageDestinationRefBean
 void ManagedBeanBean.destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01