Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.MessageDestinationRefBinding

Packages that use MessageDestinationRefBinding
org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.ejbbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MessageDestinationRefBinding in org.apache.openejb.jee.was.v6.commonbnd
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return MessageDestinationRefBinding
 MessageDestinationRefBinding ObjectFactory.createMessageDestinationRefBinding()
          Create an instance of MessageDestinationRefBinding
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type MessageDestinationRefBinding
 javax.xml.bind.JAXBElement<MessageDestinationRefBinding> ObjectFactory.createMessageDestinationRefBinding(MessageDestinationRefBinding value)
          Create an instance of JAXBElement< MessageDestinationRefBinding>
 

Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type MessageDestinationRefBinding
 javax.xml.bind.JAXBElement<MessageDestinationRefBinding> ObjectFactory.createMessageDestinationRefBinding(MessageDestinationRefBinding value)
          Create an instance of JAXBElement< MessageDestinationRefBinding>
 

Uses of MessageDestinationRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
 

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type MessageDestinationRefBinding
protected  java.util.List<MessageDestinationRefBinding> EnterpriseBeanBinding.messageDestinationRefBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type MessageDestinationRefBinding
 java.util.List<MessageDestinationRefBinding> EnterpriseBeanBinding.getMessageDestinationRefBindings()
          Gets the value of the messageDestinationRefBindings property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.