Uses of Class
org.apache.openejb.jee.ServiceRef
-
Packages that use ServiceRef Package Description 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 Modifier and Type Field Description protected KeyedCollection<String,ServiceRef>Application. serviceRefprotected KeyedCollection<String,ServiceRef>ApplicationClient. serviceRefprotected KeyedCollection<String,ServiceRef>EntityBean. serviceRefprotected KeyedCollection<String,ServiceRef>Interceptor. serviceRefprotected KeyedCollection<String,ServiceRef>MessageDrivenBean. serviceRefprotected KeyedCollection<String,ServiceRef>SessionBean. serviceRefprotected KeyedCollection<String,ServiceRef>WebApp. serviceRefprotected KeyedCollection<String,ServiceRef>WebFragment. serviceRefMethods in org.apache.openejb.jee that return ServiceRef Modifier and Type Method Description ServiceRefServiceRef. injectionTarget(Class<?> clazz, String property)ServiceRefServiceRef. injectionTarget(String className, String property)ServiceRefServiceRef. jaxrpcMappingFile(String jaxrpcMappingFile)ServiceRefServiceRef. lookup(String lookupName)ServiceRefServiceRef. mappedName(String mappedName)ServiceRefServiceRef. name(String serviceRefName)ServiceRefServiceRef. qname(QName serviceQname)ServiceRefServiceRef. type(Class<?> serviceRefType)ServiceRefServiceRef. type(String serviceRefType)ServiceRefServiceRef. wsdl(String wsdlFile)
-