Uses of Class
org.apache.openejb.jee.ServiceRef

Packages that use ServiceRef
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ServiceRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type ServiceRef
protected  KeyedCollection<String,ServiceRef> MessageDrivenBean.serviceRef
           
protected  KeyedCollection<String,ServiceRef> WebApp.serviceRef
           
protected  KeyedCollection<String,ServiceRef> Interceptor.serviceRef
           
protected  KeyedCollection<String,ServiceRef> Application.serviceRef
           
protected  KeyedCollection<String,ServiceRef> EntityBean.serviceRef
           
protected  KeyedCollection<String,ServiceRef> SessionBean.serviceRef
           
protected  KeyedCollection<String,ServiceRef> ApplicationClient.serviceRef
           
protected  KeyedCollection<String,ServiceRef> WebFragment.serviceRef
           
 

Methods in org.apache.openejb.jee that return ServiceRef
 ServiceRef ServiceRef.injectionTarget(Class<?> clazz, String property)
           
 ServiceRef ServiceRef.injectionTarget(String className, String property)
           
 ServiceRef ServiceRef.jaxrpcMappingFile(String jaxrpcMappingFile)
           
 ServiceRef ServiceRef.lookup(String lookupName)
           
 ServiceRef ServiceRef.mappedName(String mappedName)
           
 ServiceRef ServiceRef.name(String serviceRefName)
           
 ServiceRef ServiceRef.qname(QName serviceQname)
           
 ServiceRef ServiceRef.type(Class<?> serviceRefType)
           
 ServiceRef ServiceRef.type(String serviceRefType)
           
 ServiceRef ServiceRef.wsdl(String wsdlFile)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type ServiceRef
 Collection<ServiceRef> MessageDrivenBean.getServiceRef()
           
 Collection<ServiceRef> WebApp.getServiceRef()
           
 Collection<ServiceRef> Interceptor.getServiceRef()
           
 Collection<ServiceRef> Application.getServiceRef()
           
 Collection<ServiceRef> EntityBean.getServiceRef()
           
 Collection<ServiceRef> SessionBean.getServiceRef()
           
 Collection<ServiceRef> JndiConsumer.getServiceRef()
           
 Collection<ServiceRef> ApplicationClient.getServiceRef()
           
 Collection<ServiceRef> WebFragment.getServiceRef()
           
 Map<String,ServiceRef> MessageDrivenBean.getServiceRefMap()
           
 Map<String,ServiceRef> WebApp.getServiceRefMap()
           
 Map<String,ServiceRef> Interceptor.getServiceRefMap()
           
 Map<String,ServiceRef> Application.getServiceRefMap()
           
 Map<String,ServiceRef> EntityBean.getServiceRefMap()
           
 Map<String,ServiceRef> SessionBean.getServiceRefMap()
           
 Map<String,ServiceRef> JndiConsumer.getServiceRefMap()
           
 Map<String,ServiceRef> ApplicationClient.getServiceRefMap()
           
 Map<String,ServiceRef> WebFragment.getServiceRefMap()
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.