Uses of Class
org.apache.axis2.jaxws.description.xml.handler.FullyQualifiedClassType
-
Packages that use FullyQualifiedClassType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of FullyQualifiedClassType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of FullyQualifiedClassType in org.apache.axis2.jaxws.description.xml.handler Modifier and Type Class Description classHomeTypeThe 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.classMessageDestinationTypeTypeThe message-destination-typeType specifies the type of the destination.classRemoteTypeThe 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 FullyQualifiedClassType Modifier and Type Field Description protected 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 FullyQualifiedClassType Modifier and Type Method Description FullyQualifiedClassTypeObjectFactory. createFullyQualifiedClassType()Create an instance ofFullyQualifiedClassTypeFullyQualifiedClassTypeHandlerType. getHandlerClass()Gets the value of the handlerClass property.FullyQualifiedClassTypeServiceRefHandlerType. 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.FullyQualifiedClassTypeServiceRefType. getServiceInterface()Gets the value of the serviceInterface property.FullyQualifiedClassTypeServiceRefType. getServiceRefType()Gets the value of the serviceRefType property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type FullyQualifiedClassType Modifier and Type Method Description voidHandlerType. 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.
-