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

Packages that use MessageDestinationLinkType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return MessageDestinationLinkType
 MessageDestinationLinkType MessageDrivenBeanType.xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type MessageDestinationLinkType
 void MessageDrivenBeanType.xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return MessageDestinationLinkType
 MessageDestinationLinkType MessageDrivenBeanTypeImpl.xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type MessageDestinationLinkType
 void MessageDrivenBeanTypeImpl.xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return MessageDestinationLinkType
static MessageDestinationLinkType MessageDestinationLinkType.Factory.newValue(Object obj)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.newInstance()
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(String s)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(File f)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(URL u)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(InputStream is)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(Reader r)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(Node node)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static MessageDestinationLinkType MessageDestinationLinkType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 MessageDestinationLinkType MessageDestinationRefType.xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type MessageDestinationLinkType
 void MessageDestinationRefType.xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return MessageDestinationLinkType
 MessageDestinationLinkType MessageDestinationRefTypeImpl.xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type MessageDestinationLinkType
 void MessageDestinationRefTypeImpl.xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 



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