Java com.google.gwt.user.client.rpc ServiceDefTarget fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.rpc ServiceDefTarget fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.rpc ServiceDefTarget.

The text is from its open source code.

Implementation

com.google.gwt.user.client.rpc.ServiceDefTarget has the following implementations.
Click this link to see all its implementation.

Method

StringgetSerializationPolicyName()
Return the strong name of the serialization policy to be used with this RPC instance.
StringgetServiceEntryPoint()
Gets the URL of a service implementation.
voidsetRpcRequestBuilder(RpcRequestBuilder builder)
Sets the RpcRequestBuilder that should be used by the service implementation.
voidsetServiceEntryPoint(String address)
Sets the URL of a service implementation.