|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.uoa.di.madgik.grs.record.field.mediation.MediationFactory
public class MediationFactory
Utility class constructing a MediatingInputStream
that accesses the payload of the provided Field
Constructor Summary | |
---|---|
MediationFactory()
|
Method Summary | |
---|---|
static MediatingInputStream |
getStream(Field field)
Creates a MediatingInputStream over the payload of the provided Field |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediationFactory()
Method Detail |
---|
public static MediatingInputStream getStream(Field field) throws java.io.IOException, GRS2RecordMediationException
MediatingInputStream
over the payload of the provided Field
field
- the field whose payload needs to be accessed
java.io.IOException
- THe payload's input stream could not be created
GRS2RecordMediationException
- the mediation over the field's payload could not be initialized
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |