Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.FullyQualifiedClassType

Packages that use FullyQualifiedClassType
org.apache.cxf.jaxws.javaee   
 

Uses of FullyQualifiedClassType in org.apache.cxf.jaxws.javaee
 

Subclasses of FullyQualifiedClassType in org.apache.cxf.jaxws.javaee
 class HomeType
          The homeType defines the fully-qualified name of an enterprise bean's home interface.
 class LocalHomeType
          The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.
 class LocalType
          The localType defines the fully-qualified name of an enterprise bean's local interface.
 class MessageDestinationTypeType
          The message-destination-typeType specifies the type of the destination.
 class RemoteType
          The remote element contains the fully-qualified name of the enterprise bean's remote interface.
 

Fields in org.apache.cxf.jaxws.javaee declared as FullyQualifiedClassType
protected  FullyQualifiedClassType ServiceRefHandlerType.handlerClass
           
protected  FullyQualifiedClassType PortComponentHandlerType.handlerClass
           
protected  FullyQualifiedClassType InjectionTargetType.injectionTargetClass
           
protected  FullyQualifiedClassType LifecycleCallbackType.lifecycleCallbackClass
           
protected  FullyQualifiedClassType ListenerType.listenerClass
           
protected  FullyQualifiedClassType ResourceEnvRefType.resourceEnvRefType
           
protected  FullyQualifiedClassType ResourceRefType.resType
           
protected  FullyQualifiedClassType PortComponentType.serviceEndpointInterface
           
protected  FullyQualifiedClassType PortComponentRefType.serviceEndpointInterface
           
protected  FullyQualifiedClassType ServiceRefType.serviceInterface
           
protected  FullyQualifiedClassType ServiceRefType.serviceRefType
           
 

Methods in org.apache.cxf.jaxws.javaee that return FullyQualifiedClassType
 FullyQualifiedClassType ObjectFactory.createFullyQualifiedClassType()
          Create an instance of FullyQualifiedClassType
 FullyQualifiedClassType ServiceRefHandlerType.getHandlerClass()
          Gets the value of the handlerClass property.
 FullyQualifiedClassType PortComponentHandlerType.getHandlerClass()
          Gets the value of the handlerClass property.
 FullyQualifiedClassType InjectionTargetType.getInjectionTargetClass()
          Gets the value of the injectionTargetClass property.
 FullyQualifiedClassType LifecycleCallbackType.getLifecycleCallbackClass()
          Gets the value of the lifecycleCallbackClass property.
 FullyQualifiedClassType ListenerType.getListenerClass()
          Gets the value of the listenerClass property.
 FullyQualifiedClassType ResourceEnvRefType.getResourceEnvRefType()
          Gets the value of the resourceEnvRefType property.
 FullyQualifiedClassType ResourceRefType.getResType()
          Gets the value of the resType property.
 FullyQualifiedClassType PortComponentType.getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 FullyQualifiedClassType PortComponentRefType.getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 FullyQualifiedClassType ServiceRefType.getServiceInterface()
          Gets the value of the serviceInterface property.
 FullyQualifiedClassType ServiceRefType.getServiceRefType()
          Gets the value of the serviceRefType property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type FullyQualifiedClassType
 void ServiceRefHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 void PortComponentHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 void InjectionTargetType.setInjectionTargetClass(FullyQualifiedClassType value)
          Sets the value of the injectionTargetClass property.
 void LifecycleCallbackType.setLifecycleCallbackClass(FullyQualifiedClassType value)
          Sets the value of the lifecycleCallbackClass property.
 void ListenerType.setListenerClass(FullyQualifiedClassType value)
          Sets the value of the listenerClass property.
 void ResourceEnvRefType.setResourceEnvRefType(FullyQualifiedClassType value)
          Sets the value of the resourceEnvRefType property.
 void ResourceRefType.setResType(FullyQualifiedClassType value)
          Sets the value of the resType property.
 void PortComponentType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void PortComponentRefType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void ServiceRefType.setServiceInterface(FullyQualifiedClassType value)
          Sets the value of the serviceInterface property.
 void ServiceRefType.setServiceRefType(FullyQualifiedClassType value)
          Sets the value of the serviceRefType property.
 


Apache CXF API

Apache CXF