Java Doc for SerializationPolicyLoader.java in » Ajax » GWT » com » google » gwt » user » server » rpc » Java Source Code / Java DocumentationJava Source Code and Java Documentation
getSerializationPolicyFileName(String serializationPolicyStrongName) Returns the serialization policy file name from the from the serialization
policy strong name.
final public static String SERIALIZATION_POLICY_FILE_ENCODING(Code)
Default encoding for serialization policy files.
Method Detail
getSerializationPolicyFileName
public static String getSerializationPolicyFileName(String serializationPolicyStrongName)(Code)
Returns the serialization policy file name from the from the serialization
policy strong name.
Parameters: serializationPolicyStrongName - the serialization policy strong name the serialization policy file name from the from the serializationpolicy strong name
Loads a SerializationPolicy from an input stream.
Parameters: inputStream - stream to load from a SerializationPolicy loaded from the input stream throws: IOException - if an error occurs while reading the stream throws: ParseException - if the input stream is not properly formatted throws: ClassNotFoundException - if a class specified in the serializationpolicy cannot be loaded