Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_4.FullyQualifiedClassType

Packages that use FullyQualifiedClassType
com.sun.grizzly.http.webxml.schema.version_2_4   
 

Uses of FullyQualifiedClassType in com.sun.grizzly.http.webxml.schema.version_2_4
 

Subclasses of FullyQualifiedClassType in com.sun.grizzly.http.webxml.schema.version_2_4
 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 com.sun.grizzly.http.webxml.schema.version_2_4 declared as FullyQualifiedClassType
protected  FullyQualifiedClassType ErrorPageType.exceptionType
           
protected  FullyQualifiedClassType FilterType.filterClass
           
protected  FullyQualifiedClassType ServiceRefHandlerType.handlerClass
           
protected  FullyQualifiedClassType ListenerType.listenerClass
           
protected  FullyQualifiedClassType ResourceEnvRefType.resourceEnvRefType
           
protected  FullyQualifiedClassType ResourceRefType.resType
           
protected  FullyQualifiedClassType PortComponentRefType.serviceEndpointInterface
           
protected  FullyQualifiedClassType ServiceRefType.serviceInterface
           
protected  FullyQualifiedClassType ServletType.servletClass
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return FullyQualifiedClassType
 FullyQualifiedClassType ObjectFactory.createFullyQualifiedClassType()
          Create an instance of FullyQualifiedClassType
 FullyQualifiedClassType ErrorPageType.getExceptionType()
          Gets the value of the exceptionType property.
 FullyQualifiedClassType FilterType.getFilterClass()
          Gets the value of the filterClass property.
 FullyQualifiedClassType ServiceRefHandlerType.getHandlerClass()
          Gets the value of the handlerClass 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 PortComponentRefType.getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 FullyQualifiedClassType ServiceRefType.getServiceInterface()
          Gets the value of the serviceInterface property.
 FullyQualifiedClassType ServletType.getServletClass()
          Gets the value of the servletClass property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 with parameters of type FullyQualifiedClassType
 void ErrorPageType.setExceptionType(FullyQualifiedClassType value)
          Sets the value of the exceptionType property.
 void FilterType.setFilterClass(FullyQualifiedClassType value)
          Sets the value of the filterClass property.
 void ServiceRefHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass 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 PortComponentRefType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void ServiceRefType.setServiceInterface(FullyQualifiedClassType value)
          Sets the value of the serviceInterface property.
 void ServletType.setServletClass(FullyQualifiedClassType value)
          Sets the value of the servletClass property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.