| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyedCollection<String,ServiceRef> |
MessageDrivenBean.serviceRef |
protected KeyedCollection<String,ServiceRef> |
WebFragment.serviceRef |
protected KeyedCollection<String,ServiceRef> |
SessionBean.serviceRef |
protected KeyedCollection<String,ServiceRef> |
EntityBean.serviceRef |
protected KeyedCollection<String,ServiceRef> |
Interceptor.serviceRef |
protected KeyedCollection<String,ServiceRef> |
WebApp.serviceRef |
protected KeyedCollection<String,ServiceRef> |
ApplicationClient.serviceRef |
protected KeyedCollection<String,ServiceRef> |
Application.serviceRef |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.