Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.FullyQualifiedClassType
Packages that use FullyQualifiedClassType
-
Uses of FullyQualifiedClassType in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of FullyQualifiedClassType in com.sun.xml.ws.config.metro.parser.jsr109Modifier and TypeClassDescriptionclass[ This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.class[ The homeType defines the fully-qualified name of an enterprise bean's home interface.classThe local-homeType defines the fully-qualified name of an enterprise bean's local home interface.classThe localType defines the fully-qualified name of an enterprise bean's local interface.class[ The message-destination-typeType specifies the type of the destination.class[ 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 FullyQualifiedClassTypeModifier and TypeFieldDescriptionprotected 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 FullyQualifiedClassTypeModifier and TypeMethodDescriptionObjectFactory.createFullyQualifiedClassType()Create an instance ofFullyQualifiedClassTypeDataSourceType.getClassName()Gets the value of the className property.HandlerType.getHandlerClass()Gets the value of the handlerClass property.InjectionTargetType.getInjectionTargetClass()Gets the value of the injectionTargetClass property.LifecycleCallbackType.getLifecycleCallbackClass()Gets the value of the lifecycleCallbackClass property.ListenerType.getListenerClass()Gets the value of the listenerClass property.ResourceEnvRefType.getResourceEnvRefType()Gets the value of the resourceEnvRefType property.ResourceRefType.getResType()Gets the value of the resType property.PortComponentRefType.getServiceEndpointInterface()Gets the value of the serviceEndpointInterface property.PortComponentType.getServiceEndpointInterface()Gets the value of the serviceEndpointInterface property.ServiceRefType.getServiceInterface()Gets the value of the serviceInterface property.ServiceRefType.getServiceRefType()Gets the value of the serviceRefType property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type FullyQualifiedClassTypeModifier and TypeMethodDescriptionvoidDataSourceType.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.