-
public interface MOInputFactory
TheMOInputFactory
creates aMOInput
instance to be used to read managed object content.- Version:
- 1.2
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MOInput
createMOInput()
Creates aMOInput
stream.
-
-
-
Method Detail
-
createMOInput
MOInput createMOInput()
Creates aMOInput
stream.- Returns:
- a
MOInput
instance ornull
if such an instance is not available.
-
-