Package com.google.gwt.user.server.rpc
Interface SerializationPolicyProvider
-
- All Known Implementing Classes:
AbstractXsrfProtectedServiceServlet,RemoteLoggingServiceImpl,RemoteServiceServlet,XsrfProtectedServiceServlet,XsrfTokenServiceServlet
public interface SerializationPolicyProviderUsed to obtain aSerializationPolicyfor a given module base URL and serialization policy strong name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializationPolicygetSerializationPolicy(java.lang.String moduleBaseURL, java.lang.String serializationPolicyStrongName)Returns aSerializationPolicyfor a given module base URL and serialization policy strong name.
-
-
-
Method Detail
-
getSerializationPolicy
SerializationPolicy getSerializationPolicy(java.lang.String moduleBaseURL, java.lang.String serializationPolicyStrongName)
Returns aSerializationPolicyfor a given module base URL and serialization policy strong name.- Parameters:
moduleBaseURL- the URL for the moduleserializationPolicyStrongName- strong name of the serialization policy for the specified module URL- Returns:
- a
SerializationPolicyfor a given module base URL and RPC strong name; must not returnnull
-
-