Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.FullyQualifiedClassType
-
Packages that use FullyQualifiedClassType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of FullyQualifiedClassType in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of FullyQualifiedClassType in com.sun.xml.ws.config.metro.parser.jsr109 Modifier and Type Class Description classEnvEntryTypeValuesType[ This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.classHomeType[ The homeType defines the fully-qualified name of an enterprise bean's home interface.classLocalHomeTypeThe local-homeType defines the fully-qualified name of an enterprise bean's local home interface.classLocalTypeThe localType defines the fully-qualified name of an enterprise bean's local interface.classMessageDestinationTypeType[ The message-destination-typeType specifies the type of the destination.classRemoteType[ The remote element contains the fully-qualified name of the enterprise bean's remote interface.Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as FullyQualifiedClassType Modifier and Type Field Description protected FullyQualifiedClassTypeDataSourceType. classNameprotected FullyQualifiedClassTypeHandlerType. handlerClassprotected FullyQualifiedClassTypeInjectionTargetType. injectionTargetClassprotected FullyQualifiedClassTypeLifecycleCallbackType. lifecycleCallbackClassprotected FullyQualifiedClassTypeListenerType. listenerClassprotected FullyQualifiedClassTypeResourceEnvRefType. resourceEnvRefTypeprotected FullyQualifiedClassTypeResourceRefType. resTypeprotected FullyQualifiedClassTypePortComponentRefType. serviceEndpointInterfaceprotected FullyQualifiedClassTypePortComponentType. serviceEndpointInterfaceprotected FullyQualifiedClassTypeServiceRefType. serviceInterfaceprotected FullyQualifiedClassTypeServiceRefType. serviceRefTypeMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return FullyQualifiedClassType Modifier and Type Method Description FullyQualifiedClassTypeObjectFactory. createFullyQualifiedClassType()Create an instance ofFullyQualifiedClassTypeFullyQualifiedClassTypeDataSourceType. getClassName()Gets the value of the className property.FullyQualifiedClassTypeHandlerType. getHandlerClass()Gets the value of the handlerClass property.FullyQualifiedClassTypeInjectionTargetType. getInjectionTargetClass()Gets the value of the injectionTargetClass property.FullyQualifiedClassTypeLifecycleCallbackType. getLifecycleCallbackClass()Gets the value of the lifecycleCallbackClass property.FullyQualifiedClassTypeListenerType. getListenerClass()Gets the value of the listenerClass property.FullyQualifiedClassTypeResourceEnvRefType. getResourceEnvRefType()Gets the value of the resourceEnvRefType property.FullyQualifiedClassTypeResourceRefType. getResType()Gets the value of the resType property.FullyQualifiedClassTypePortComponentRefType. getServiceEndpointInterface()Gets the value of the serviceEndpointInterface property.FullyQualifiedClassTypePortComponentType. getServiceEndpointInterface()Gets the value of the serviceEndpointInterface property.FullyQualifiedClassTypeServiceRefType. getServiceInterface()Gets the value of the serviceInterface property.FullyQualifiedClassTypeServiceRefType. getServiceRefType()Gets the value of the serviceRefType property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type FullyQualifiedClassType Modifier and Type Method Description voidDataSourceType. setClassName(FullyQualifiedClassType value)Sets the value of the className property.voidHandlerType. setHandlerClass(FullyQualifiedClassType value)Sets the value of the handlerClass property.voidInjectionTargetType. setInjectionTargetClass(FullyQualifiedClassType value)Sets the value of the injectionTargetClass property.voidLifecycleCallbackType. setLifecycleCallbackClass(FullyQualifiedClassType value)Sets the value of the lifecycleCallbackClass property.voidListenerType. setListenerClass(FullyQualifiedClassType value)Sets the value of the listenerClass property.voidResourceEnvRefType. setResourceEnvRefType(FullyQualifiedClassType value)Sets the value of the resourceEnvRefType property.voidResourceRefType. setResType(FullyQualifiedClassType value)Sets the value of the resType property.voidPortComponentRefType. setServiceEndpointInterface(FullyQualifiedClassType value)Sets the value of the serviceEndpointInterface property.voidPortComponentType. setServiceEndpointInterface(FullyQualifiedClassType value)Sets the value of the serviceEndpointInterface property.voidServiceRefType. setServiceInterface(FullyQualifiedClassType value)Sets the value of the serviceInterface property.voidServiceRefType. setServiceRefType(FullyQualifiedClassType value)Sets the value of the serviceRefType property.
-