Package jade.content.frame
Class SLFrameCodec
- java.lang.Object
-
- jade.content.frame.SLFrameCodec
-
- All Implemented Interfaces:
Serializable,Serializable
public class SLFrameCodec extends Object implements Serializable
- Version:
- $Date$ $Revision$
- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SLFrameCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Framedecode(String content)Transform a String encoded according to the SL language into a FrameStringencode(Frame content)Transform a Frame into a String encoded according to the SL language
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
encode
public String encode(Frame content) throws FrameException
Transform a Frame into a String encoded according to the SL language- Parameters:
content- The Frame to be transformed- Throws:
FrameException
-
decode
public Frame decode(String content) throws FrameException
Transform a String encoded according to the SL language into a Frame- Parameters:
content- The String to be transformed.- Throws:
FrameException
-
-