net.kano.joscar.ssiitem
Interface SsiItemObjectFactory
- All Known Implementing Classes:
- DefaultSsiItemObjFactory
- public interface SsiItemObjectFactory
An interface for generating SSI item objects from more low-level SSI item
blocks.
Method Summary |
SsiItemObj |
getItemObj(SsiItem item)
Returns an SSI item object that represents the given SSI item, or
null of no appropriate object could be created. |
getItemObj
public SsiItemObj getItemObj(SsiItem item)
- Returns an SSI item object that represents the given SSI item, or
null
of no appropriate object could be created.
- Parameters:
item
- the SSI item block to "convert"
- Returns:
- an SSI item object representing the given SSI item block, or
null
if no appropriate item object could be created
(for example, if the item is in an invalid format)