Uses of Interface
org.apache.geronimo.xbeans.j2ee.MessageDestinationRefType

Packages that use MessageDestinationRefType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return MessageDestinationRefType
 MessageDestinationRefType[] EntityBeanType.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType EntityBeanType.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType EntityBeanType.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType EntityBeanType.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 MessageDestinationRefType[] SessionBeanType.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType SessionBeanType.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType SessionBeanType.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType SessionBeanType.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 MessageDestinationRefType[] MessageDrivenBeanType.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType MessageDrivenBeanType.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType MessageDrivenBeanType.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType MessageDrivenBeanType.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type MessageDestinationRefType
 void EntityBeanType.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void EntityBeanType.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 void SessionBeanType.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void SessionBeanType.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 void MessageDrivenBeanType.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void MessageDrivenBeanType.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return MessageDestinationRefType
 MessageDestinationRefType[] EntityBeanTypeImpl.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType EntityBeanTypeImpl.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType EntityBeanTypeImpl.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType EntityBeanTypeImpl.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 MessageDestinationRefType[] SessionBeanTypeImpl.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType SessionBeanTypeImpl.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType SessionBeanTypeImpl.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType SessionBeanTypeImpl.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 MessageDestinationRefType[] MessageDrivenBeanTypeImpl.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType MessageDrivenBeanTypeImpl.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType MessageDrivenBeanTypeImpl.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType MessageDrivenBeanTypeImpl.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MessageDestinationRefType
 void EntityBeanTypeImpl.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void EntityBeanTypeImpl.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 void SessionBeanTypeImpl.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void SessionBeanTypeImpl.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 void MessageDrivenBeanTypeImpl.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void MessageDrivenBeanTypeImpl.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return MessageDestinationRefType
static MessageDestinationRefType MessageDestinationRefType.Factory.newInstance()
           
static MessageDestinationRefType MessageDestinationRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(String s)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(File f)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(URL u)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(InputStream is)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(Reader r)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(Node node)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static MessageDestinationRefType MessageDestinationRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 MessageDestinationRefType[] ApplicationClientType.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType ApplicationClientType.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType ApplicationClientType.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType ApplicationClientType.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type MessageDestinationRefType
 void ApplicationClientType.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void ApplicationClientType.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement MessageDestinationRefType
 class MessageDestinationRefTypeImpl
          An XML message-destination-refType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return MessageDestinationRefType
 MessageDestinationRefType[] ApplicationClientTypeImpl.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType ApplicationClientTypeImpl.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType ApplicationClientTypeImpl.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType ApplicationClientTypeImpl.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type MessageDestinationRefType
 void ApplicationClientTypeImpl.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void ApplicationClientTypeImpl.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return MessageDestinationRefType
 MessageDestinationRefType[] WebAppType.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType WebAppType.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType WebAppType.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType WebAppType.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type MessageDestinationRefType
 void WebAppType.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void WebAppType.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 

Uses of MessageDestinationRefType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return MessageDestinationRefType
 MessageDestinationRefType[] WebAppTypeImpl.getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType WebAppTypeImpl.getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 MessageDestinationRefType WebAppTypeImpl.insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 MessageDestinationRefType WebAppTypeImpl.addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type MessageDestinationRefType
 void WebAppTypeImpl.setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void WebAppTypeImpl.setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.