T
- the type this factory is going to createpublic abstract class AbstractContainerFactory<T extends Container>
extends java.lang.Object
Constructor and Description |
---|
AbstractContainerFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Container |
create(byte[] xml,
int index2)
Deprecated.
|
int |
getIndex()
Deprecated.
|
static int |
getNewIndex()
Deprecated.
|
byte[] |
getXml()
Deprecated.
|
protected void |
parseXml()
Deprecated.
|
void |
setContainer(Container cont)
Deprecated.
|
void |
setStartIndex(int index)
Deprecated.
|
void |
setXml(byte[] xml)
Deprecated.
|
public int getIndex()
public void setXml(byte[] xml)
public byte[] getXml()
protected final void parseXml()
public static final int getNewIndex()
public Container create(byte[] xml, int index2)
public final void setContainer(Container cont)
public void setStartIndex(int index)