|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
Field Summary | |
---|---|
static java.lang.String |
SERIALIZER_LE_SERIALIZER
|
Method Summary | |
---|---|
void |
serialize(TopEntity[] item,
java.lang.StringBuffer target)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
java.lang.StringBuffer target,
java.util.Map options)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
java.io.Writer target)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
java.io.Writer target,
java.util.Map options)
serializes Ontology, Goal, Mediator or a Webservice |
Field Detail |
---|
static final java.lang.String SERIALIZER_LE_SERIALIZER
Method Detail |
---|
void serialize(TopEntity[] item, java.io.Writer target) throws java.io.IOException
item
- A top level WSMO item to serialize
Note that since the parser expects an open stream it will not
attempt to close the stream after writing to it. E.g. it is the responsibility of the user
to open/close the stream.target
- The writer to write to
java.io.IOException
void serialize(TopEntity[] item, java.io.Writer target, java.util.Map options) throws java.io.IOException
item
- A top level WSMO item to serialize
Note that since the parser expects an open stream it will not
attempt to close the stream after writing to it. E.g. it is the responsibility of the user
to open/close the stream.target
- The writer to write tooptions
- an optional Map with user supplied options specific to this serialisation
java.io.IOException
void serialize(TopEntity[] item, java.lang.StringBuffer target)
item
- A top level WSMO item to serialize
in the same string buffertarget
- The buffer to write tovoid serialize(TopEntity[] item, java.lang.StringBuffer target, java.util.Map options)
item
- A top level WSMO item to serialize
in the same string buffertarget
- The buffer to write tooptions
- an optional Map with user supplied options specific to this serialization
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |