Uses of Class
org.apache.axis2.jaxws.description.xml.handler.FullyQualifiedClassType
Packages that use FullyQualifiedClassType
-
Uses of FullyQualifiedClassType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of FullyQualifiedClassType in org.apache.axis2.jaxws.description.xml.handlerModifier and TypeClassDescriptionclassThe 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.classThe message-destination-typeType specifies the type of the destination.classThe remote element contains the fully-qualified name of the enterprise bean's remote interface.Fields in org.apache.axis2.jaxws.description.xml.handler declared as FullyQualifiedClassTypeModifier and TypeFieldDescriptionprotected FullyQualifiedClassTypeHandlerType.handlerClassprotected FullyQualifiedClassTypeServiceRefHandlerType.handlerClassprotected FullyQualifiedClassTypeInjectionTargetType.injectionTargetClassprotected FullyQualifiedClassTypeLifecycleCallbackType.lifecycleCallbackClassprotected FullyQualifiedClassTypeListenerType.listenerClassprotected FullyQualifiedClassTypeResourceEnvRefType.resourceEnvRefTypeprotected FullyQualifiedClassTypeResourceRefType.resTypeprotected FullyQualifiedClassTypePortComponentRefType.serviceEndpointInterfaceprotected FullyQualifiedClassTypeServiceRefType.serviceInterfaceprotected FullyQualifiedClassTypeServiceRefType.serviceRefTypeMethods in org.apache.axis2.jaxws.description.xml.handler that return FullyQualifiedClassTypeModifier and TypeMethodDescriptionObjectFactory.createFullyQualifiedClassType()Create an instance ofFullyQualifiedClassTypeHandlerType.getHandlerClass()Gets the value of the handlerClass property.ServiceRefHandlerType.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.ServiceRefType.getServiceInterface()Gets the value of the serviceInterface property.ServiceRefType.getServiceRefType()Gets the value of the serviceRefType property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type FullyQualifiedClassTypeModifier and TypeMethodDescriptionvoidHandlerType.setHandlerClass(FullyQualifiedClassType value) Sets the value of the handlerClass property.voidServiceRefHandlerType.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.voidServiceRefType.setServiceInterface(FullyQualifiedClassType value) Sets the value of the serviceInterface property.voidServiceRefType.setServiceRefType(FullyQualifiedClassType value) Sets the value of the serviceRefType property.