public class InjectionMetaData extends Object implements Externalizable
| Constructor and Description |
|---|
InjectionMetaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInjection(String target,
String name,
String jndiName) |
List<Injection> |
getInjections() |
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData) |
void |
writeExternal(ObjectOutput out) |
public void setMetaData(ProtocolMetaData metaData)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.