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

Packages that use EjbRef
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of EjbRef in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return EjbRef
protected  EjbRef JAXBWebXml_2_2Parser.getEjbRef(EjbRef ejb)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type EjbRef
protected  List<EjbRef> JAXBWebXml_2_2Parser.populateEjbRef(List<EjbRef> ejbRef)
           
 

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

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type EjbRef
 List<EjbRef> WebApp.ejbRef
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type EjbRef
 List<EjbRef> WebApp.getEjbRef()
          <ejb-ref> <description>description</description> <ejb-ref-name>token</ejb-ref-name> <ejb-ref-type>Session</ejb-ref-type> <home>token</home> <remote>token</remote> <ejb-link>token</ejb-link> <mapped-name>string</mapped-name> <injection-target> <injection-target-class>token</injection-target-class> <injection-target-name>$</injection-target-name> </injection-target> </ejb-ref>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type EjbRef
 void WebApp.setEjbRef(List<EjbRef> ejbRef)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.