Uses of Class
com.sun.grizzly.http.webxml.schema.ServiceRefHandler

Packages that use ServiceRefHandler
com.sun.grizzly.http.webxml.schema   
 

Uses of ServiceRefHandler in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ServiceRefHandler
 List<ServiceRefHandler> ServiceRef.handler
           
 List<ServiceRefHandler> ServiceRefHandlerChain.handler
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ServiceRefHandler
 List<ServiceRefHandler> ServiceRef.getHandler()
           
 List<ServiceRefHandler> ServiceRefHandlerChain.getHandler()
           
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ServiceRefHandler
 void ServiceRef.setHandler(List<ServiceRefHandler> handler)
           
 void ServiceRefHandlerChain.setHandler(List<ServiceRefHandler> handler)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.