|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return FullyQualifiedClassType | |
FullyQualifiedClassType |
EntityBeanType.xgetPrimKeyClass()
Gets (as xml) the "prim-key-class" element |
FullyQualifiedClassType |
SessionBeanType.xgetServiceEndpoint()
Gets (as xml) the "service-endpoint" element |
FullyQualifiedClassType |
MessageDrivenBeanType.xgetMessagingType()
Gets (as xml) the "messaging-type" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type FullyQualifiedClassType | |
void |
EntityBeanType.xsetPrimKeyClass(FullyQualifiedClassType primKeyClass)
Sets (as xml) the "prim-key-class" element |
void |
SessionBeanType.xsetServiceEndpoint(FullyQualifiedClassType serviceEndpoint)
Sets (as xml) the "service-endpoint" element |
void |
MessageDrivenBeanType.xsetMessagingType(FullyQualifiedClassType messagingType)
Sets (as xml) the "messaging-type" element |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return FullyQualifiedClassType | |
FullyQualifiedClassType |
EntityBeanTypeImpl.xgetPrimKeyClass()
Gets (as xml) the "prim-key-class" element |
FullyQualifiedClassType |
SessionBeanTypeImpl.xgetServiceEndpoint()
Gets (as xml) the "service-endpoint" element |
FullyQualifiedClassType |
MessageDrivenBeanTypeImpl.xgetMessagingType()
Gets (as xml) the "messaging-type" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type FullyQualifiedClassType | |
void |
EntityBeanTypeImpl.xsetPrimKeyClass(FullyQualifiedClassType primKeyClass)
Sets (as xml) the "prim-key-class" element |
void |
SessionBeanTypeImpl.xsetServiceEndpoint(FullyQualifiedClassType serviceEndpoint)
Sets (as xml) the "service-endpoint" element |
void |
MessageDrivenBeanTypeImpl.xsetMessagingType(FullyQualifiedClassType messagingType)
Sets (as xml) the "messaging-type" element |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.j2ee |
Subinterfaces of FullyQualifiedClassType in org.apache.geronimo.xbeans.j2ee | |
interface |
CredentialInterfaceType
An XML credential-interfaceType(@http://java.sun.com/xml/ns/j2ee). |
interface |
EjbClassType
An XML ejb-classType(@http://java.sun.com/xml/ns/j2ee). |
interface |
HomeType
An XML homeType(@http://java.sun.com/xml/ns/j2ee). |
interface |
LocalHomeType
An XML local-homeType(@http://java.sun.com/xml/ns/j2ee). |
interface |
LocalType
An XML localType(@http://java.sun.com/xml/ns/j2ee). |
interface |
MessageDestinationLinkType
An XML message-destination-linkType(@http://java.sun.com/xml/ns/j2ee). |
interface |
MessageDestinationTypeType
An XML message-destination-typeType(@http://java.sun.com/xml/ns/j2ee). |
interface |
RemoteType
An XML remoteType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee that return FullyQualifiedClassType | |
FullyQualifiedClassType |
AdminobjectType.xgetAdminobjectInterface()
Gets (as xml) the "adminobject-interface" element |
FullyQualifiedClassType |
AdminobjectType.xgetAdminobjectClass()
Gets (as xml) the "adminobject-class" element |
FullyQualifiedClassType |
ResourceEnvRefType.xgetResourceEnvRefType()
Gets (as xml) the "resource-env-ref-type" element |
FullyQualifiedClassType |
MessagelistenerType.xgetMessagelistenerType()
Gets (as xml) the "messagelistener-type" element |
FullyQualifiedClassType |
ResourceRefType.xgetResType()
Gets (as xml) the "res-type" element |
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.newValue(Object obj)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.newInstance()
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(String s)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(File f)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(URL u)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(InputStream is)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(Reader r)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(Node node)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static FullyQualifiedClassType |
FullyQualifiedClassType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
FullyQualifiedClassType |
ConnectionDefinitionType.xgetManagedconnectionfactoryClass()
Gets (as xml) the "managedconnectionfactory-class" element |
FullyQualifiedClassType |
ConnectionDefinitionType.xgetConnectionfactoryInterface()
Gets (as xml) the "connectionfactory-interface" element |
FullyQualifiedClassType |
ConnectionDefinitionType.xgetConnectionfactoryImplClass()
Gets (as xml) the "connectionfactory-impl-class" element |
FullyQualifiedClassType |
ConnectionDefinitionType.xgetConnectionInterface()
Gets (as xml) the "connection-interface" element |
FullyQualifiedClassType |
ConnectionDefinitionType.xgetConnectionImplClass()
Gets (as xml) the "connection-impl-class" element |
FullyQualifiedClassType |
ActivationspecType.xgetActivationspecClass()
Gets (as xml) the "activationspec-class" element |
FullyQualifiedClassType |
ResourceadapterType.xgetResourceadapterClass()
Gets (as xml) the "resourceadapter-class" element |
FullyQualifiedClassType |
ApplicationClientType.xgetCallbackHandler()
Gets (as xml) the "callback-handler" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type FullyQualifiedClassType | |
void |
AdminobjectType.xsetAdminobjectInterface(FullyQualifiedClassType adminobjectInterface)
Sets (as xml) the "adminobject-interface" element |
void |
AdminobjectType.xsetAdminobjectClass(FullyQualifiedClassType adminobjectClass)
Sets (as xml) the "adminobject-class" element |
void |
ResourceEnvRefType.xsetResourceEnvRefType(FullyQualifiedClassType resourceEnvRefType)
Sets (as xml) the "resource-env-ref-type" element |
void |
MessagelistenerType.xsetMessagelistenerType(FullyQualifiedClassType messagelistenerType)
Sets (as xml) the "messagelistener-type" element |
void |
ResourceRefType.xsetResType(FullyQualifiedClassType resType)
Sets (as xml) the "res-type" element |
void |
ConnectionDefinitionType.xsetManagedconnectionfactoryClass(FullyQualifiedClassType managedconnectionfactoryClass)
Sets (as xml) the "managedconnectionfactory-class" element |
void |
ConnectionDefinitionType.xsetConnectionfactoryInterface(FullyQualifiedClassType connectionfactoryInterface)
Sets (as xml) the "connectionfactory-interface" element |
void |
ConnectionDefinitionType.xsetConnectionfactoryImplClass(FullyQualifiedClassType connectionfactoryImplClass)
Sets (as xml) the "connectionfactory-impl-class" element |
void |
ConnectionDefinitionType.xsetConnectionInterface(FullyQualifiedClassType connectionInterface)
Sets (as xml) the "connection-interface" element |
void |
ConnectionDefinitionType.xsetConnectionImplClass(FullyQualifiedClassType connectionImplClass)
Sets (as xml) the "connection-impl-class" element |
void |
ActivationspecType.xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
Sets (as xml) the "activationspec-class" element |
void |
ResourceadapterType.xsetResourceadapterClass(FullyQualifiedClassType resourceadapterClass)
Sets (as xml) the "resourceadapter-class" element |
void |
ApplicationClientType.xsetCallbackHandler(FullyQualifiedClassType callbackHandler)
Sets (as xml) the "callback-handler" element |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement FullyQualifiedClassType | |
class |
CredentialInterfaceTypeImpl
An XML credential-interfaceType(@http://java.sun.com/xml/ns/j2ee). |
class |
EjbClassTypeImpl
An XML ejb-classType(@http://java.sun.com/xml/ns/j2ee). |
class |
FullyQualifiedClassTypeImpl
An XML fully-qualified-classType(@http://java.sun.com/xml/ns/j2ee). |
class |
HomeTypeImpl
An XML homeType(@http://java.sun.com/xml/ns/j2ee). |
class |
LocalHomeTypeImpl
An XML local-homeType(@http://java.sun.com/xml/ns/j2ee). |
class |
LocalTypeImpl
An XML localType(@http://java.sun.com/xml/ns/j2ee). |
class |
MessageDestinationLinkTypeImpl
An XML message-destination-linkType(@http://java.sun.com/xml/ns/j2ee). |
class |
MessageDestinationTypeTypeImpl
An XML message-destination-typeType(@http://java.sun.com/xml/ns/j2ee). |
class |
RemoteTypeImpl
An XML remoteType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return FullyQualifiedClassType | |
FullyQualifiedClassType |
ResourceRefTypeImpl.xgetResType()
Gets (as xml) the "res-type" element |
FullyQualifiedClassType |
MessagelistenerTypeImpl.xgetMessagelistenerType()
Gets (as xml) the "messagelistener-type" element |
FullyQualifiedClassType |
ConnectionDefinitionTypeImpl.xgetManagedconnectionfactoryClass()
Gets (as xml) the "managedconnectionfactory-class" element |
FullyQualifiedClassType |
ConnectionDefinitionTypeImpl.xgetConnectionfactoryInterface()
Gets (as xml) the "connectionfactory-interface" element |
FullyQualifiedClassType |
ConnectionDefinitionTypeImpl.xgetConnectionfactoryImplClass()
Gets (as xml) the "connectionfactory-impl-class" element |
FullyQualifiedClassType |
ConnectionDefinitionTypeImpl.xgetConnectionInterface()
Gets (as xml) the "connection-interface" element |
FullyQualifiedClassType |
ConnectionDefinitionTypeImpl.xgetConnectionImplClass()
Gets (as xml) the "connection-impl-class" element |
FullyQualifiedClassType |
ResourceEnvRefTypeImpl.xgetResourceEnvRefType()
Gets (as xml) the "resource-env-ref-type" element |
FullyQualifiedClassType |
AdminobjectTypeImpl.xgetAdminobjectInterface()
Gets (as xml) the "adminobject-interface" element |
FullyQualifiedClassType |
AdminobjectTypeImpl.xgetAdminobjectClass()
Gets (as xml) the "adminobject-class" element |
FullyQualifiedClassType |
ActivationspecTypeImpl.xgetActivationspecClass()
Gets (as xml) the "activationspec-class" element |
FullyQualifiedClassType |
ApplicationClientTypeImpl.xgetCallbackHandler()
Gets (as xml) the "callback-handler" element |
FullyQualifiedClassType |
ResourceadapterTypeImpl.xgetResourceadapterClass()
Gets (as xml) the "resourceadapter-class" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type FullyQualifiedClassType | |
void |
ResourceRefTypeImpl.xsetResType(FullyQualifiedClassType resType)
Sets (as xml) the "res-type" element |
void |
MessagelistenerTypeImpl.xsetMessagelistenerType(FullyQualifiedClassType messagelistenerType)
Sets (as xml) the "messagelistener-type" element |
void |
ConnectionDefinitionTypeImpl.xsetManagedconnectionfactoryClass(FullyQualifiedClassType managedconnectionfactoryClass)
Sets (as xml) the "managedconnectionfactory-class" element |
void |
ConnectionDefinitionTypeImpl.xsetConnectionfactoryInterface(FullyQualifiedClassType connectionfactoryInterface)
Sets (as xml) the "connectionfactory-interface" element |
void |
ConnectionDefinitionTypeImpl.xsetConnectionfactoryImplClass(FullyQualifiedClassType connectionfactoryImplClass)
Sets (as xml) the "connectionfactory-impl-class" element |
void |
ConnectionDefinitionTypeImpl.xsetConnectionInterface(FullyQualifiedClassType connectionInterface)
Sets (as xml) the "connection-interface" element |
void |
ConnectionDefinitionTypeImpl.xsetConnectionImplClass(FullyQualifiedClassType connectionImplClass)
Sets (as xml) the "connection-impl-class" element |
void |
ResourceEnvRefTypeImpl.xsetResourceEnvRefType(FullyQualifiedClassType resourceEnvRefType)
Sets (as xml) the "resource-env-ref-type" element |
void |
AdminobjectTypeImpl.xsetAdminobjectInterface(FullyQualifiedClassType adminobjectInterface)
Sets (as xml) the "adminobject-interface" element |
void |
AdminobjectTypeImpl.xsetAdminobjectClass(FullyQualifiedClassType adminobjectClass)
Sets (as xml) the "adminobject-class" element |
void |
ActivationspecTypeImpl.xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
Sets (as xml) the "activationspec-class" element |
void |
ApplicationClientTypeImpl.xsetCallbackHandler(FullyQualifiedClassType callbackHandler)
Sets (as xml) the "callback-handler" element |
void |
ResourceadapterTypeImpl.xsetResourceadapterClass(FullyQualifiedClassType resourceadapterClass)
Sets (as xml) the "resourceadapter-class" element |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return FullyQualifiedClassType | |
FullyQualifiedClassType |
ServletType.xgetServletClass()
Gets (as xml) the "servlet-class" element |
FullyQualifiedClassType |
ErrorPageType.xgetExceptionType()
Gets (as xml) the "exception-type" element |
FullyQualifiedClassType |
FilterType.xgetFilterClass()
Gets (as xml) the "filter-class" element |
FullyQualifiedClassType |
ListenerType.xgetListenerClass()
Gets (as xml) the "listener-class" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type FullyQualifiedClassType | |
void |
ServletType.xsetServletClass(FullyQualifiedClassType servletClass)
Sets (as xml) the "servlet-class" element |
void |
ErrorPageType.xsetExceptionType(FullyQualifiedClassType exceptionType)
Sets (as xml) the "exception-type" element |
void |
FilterType.xsetFilterClass(FullyQualifiedClassType filterClass)
Sets (as xml) the "filter-class" element |
void |
ListenerType.xsetListenerClass(FullyQualifiedClassType listenerClass)
Sets (as xml) the "listener-class" element |
Uses of FullyQualifiedClassType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return FullyQualifiedClassType | |
FullyQualifiedClassType |
FilterTypeImpl.xgetFilterClass()
Gets (as xml) the "filter-class" element |
FullyQualifiedClassType |
ListenerTypeImpl.xgetListenerClass()
Gets (as xml) the "listener-class" element |
FullyQualifiedClassType |
ErrorPageTypeImpl.xgetExceptionType()
Gets (as xml) the "exception-type" element |
FullyQualifiedClassType |
ServletTypeImpl.xgetServletClass()
Gets (as xml) the "servlet-class" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type FullyQualifiedClassType | |
void |
FilterTypeImpl.xsetFilterClass(FullyQualifiedClassType filterClass)
Sets (as xml) the "filter-class" element |
void |
ListenerTypeImpl.xsetListenerClass(FullyQualifiedClassType listenerClass)
Sets (as xml) the "listener-class" element |
void |
ErrorPageTypeImpl.xsetExceptionType(FullyQualifiedClassType exceptionType)
Sets (as xml) the "exception-type" element |
void |
ServletTypeImpl.xsetServletClass(FullyQualifiedClassType servletClass)
Sets (as xml) the "servlet-class" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |