Skip navigation links
A B C D G H I K O P R S T X 

A

afterInvocation(Object, Invocation, Invoker, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
afterInvocation(HttpServletRequest, HttpServletResponse) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
afterPropertiesSet() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
afterPropertiesSet() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
afterPropertiesSet() - Method in class com.googlecode.xremoting.spring.XRemotingProxyFactoryBean
 
authPreemprive(boolean) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Sets whether the resulting HttpClient should send authorization before it's requested by the server.
AuthSSLInitializationError - Error in com.googlecode.xremoting.core.commonshttpclient.ssl
Signals fatal error in initialization of AuthSSLProtocolSocketFactory.
AuthSSLInitializationError() - Constructor for error com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLInitializationError
Creates a new AuthSSLInitializationError.
AuthSSLInitializationError(String) - Constructor for error com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLInitializationError
Creates a new AuthSSLInitializationError with the specified message.
AuthSSLProtocolSocketFactory - Class in com.googlecode.xremoting.core.commonshttpclient.ssl
AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS server against a list of trusted certificates and to authenticate to the HTTPS server using a private key.
AuthSSLProtocolSocketFactory(URL, String, URL, String) - Constructor for class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
Constructor for AuthSSLProtocolSocketFactory.
AuthSSLX509KeyManager - Class in com.googlecode.xremoting.core.commonshttpclient.ssl
This is mainly to have ability to add logging.
AuthSSLX509KeyManager(X509KeyManager) - Constructor for class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
AuthSSLX509TrustManager - Class in com.googlecode.xremoting.core.commonshttpclient.ssl
AuthSSLX509TrustManager can be used to extend the default X509TrustManager with additional trust decisions.
AuthSSLX509TrustManager(X509TrustManager) - Constructor for class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509TrustManager
Constructor for AuthSSLX509TrustManager.

B

basicAuth(String, String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Turns on a Basic authentication.
basicAuthHost(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Constraints host for which Basic auth is sent.
basicAuthPort(int) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Constraints port for which Basic auth is sent.
beforeInvocation(Object, Invocation, Invoker, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
beforeInvocation(HttpServletRequest, HttpServletResponse) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
build() - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Builds the configured HttpClient.

C

checkClientTrusted(X509Certificate[], String) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509TrustManager
 
checkMethod(Method, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.DefaultInvoker
 
checkServerTrusted(X509Certificate[], String) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509TrustManager
 
checkStatusCode(PostMethod) - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
checkStatusCode(HttpURLConnection) - Method in class com.googlecode.xremoting.core.http.HttpRequest
 
chooseClientAlias(String[], Principal[], Socket) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
ClassLoaderUtils - Class in com.googlecode.xremoting.core.utils
Utilities which help working with classloaders.
ClassLoaderUtils() - Constructor for class com.googlecode.xremoting.core.utils.ClassLoaderUtils
 
com.googlecode.xremoting.core - package com.googlecode.xremoting.core
 
com.googlecode.xremoting.core.commonshttpclient - package com.googlecode.xremoting.core.commonshttpclient
 
com.googlecode.xremoting.core.commonshttpclient.ssl - package com.googlecode.xremoting.core.commonshttpclient.ssl
 
com.googlecode.xremoting.core.exception - package com.googlecode.xremoting.core.exception
 
com.googlecode.xremoting.core.http - package com.googlecode.xremoting.core.http
 
com.googlecode.xremoting.core.invoked - package com.googlecode.xremoting.core.invoked
 
com.googlecode.xremoting.core.invoking - package com.googlecode.xremoting.core.invoking
 
com.googlecode.xremoting.core.message - package com.googlecode.xremoting.core.message
 
com.googlecode.xremoting.core.servlet - package com.googlecode.xremoting.core.servlet
 
com.googlecode.xremoting.core.spi - package com.googlecode.xremoting.core.spi
 
com.googlecode.xremoting.core.utils - package com.googlecode.xremoting.core.utils
 
com.googlecode.xremoting.core.xstream - package com.googlecode.xremoting.core.xstream
 
com.googlecode.xremoting.spring - package com.googlecode.xremoting.spring
 
commitRequest() - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
commitRequest() - Method in class com.googlecode.xremoting.core.http.HttpRequest
 
commitRequest() - Method in interface com.googlecode.xremoting.core.spi.Request
Commits a request.
CommonsHttpClientRequest - Class in com.googlecode.xremoting.core.commonshttpclient
Implementation of Request for commons-httpclient.
CommonsHttpClientRequest(HttpClient, PostMethod) - Constructor for class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
CommonsHttpClientRequester - Class in com.googlecode.xremoting.core.commonshttpclient
Implementation of Requester for commons-httpclient.
CommonsHttpClientRequester(HttpClient, String) - Constructor for class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequester
Creates a new CommonsHttpClientRequester instance using a pre-configured HttpClient and URL of remote service which is accessible using HTTP(s).
configureConnection(HttpURLConnection) - Method in class com.googlecode.xremoting.core.http.DefaultHttpConnectionFactory
 
configureMethod(PostMethod) - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequester
 
convertXRemotingAccessException(Throwable) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
create() - Static method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Creates a new builder.
create(Class<?>) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a proxy for the given interface.
create(Class<?>[]) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a proxy for the given interfaces.
create(Class<?>, ClassLoader) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a proxy for the given interface.
create(Class<?>[], ClassLoader) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a proxy for the given interfaces.
createAndConfigureHttpClientBuilder() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createComplexRequester() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createDefaultHttpConnectionFactory() - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
createDefaultInvoker() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
createDefaultRequester(String) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
createDefaultSerializer() - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
createDefaultSerializer() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
createHttpClient() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createHttpConnectionFactory() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createInvocationRestriction(Class<?>[]) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
createInvoker() - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
createInvokingHelper() - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
createInvokingHelper() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
createProxyFactory() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createReader(InputStream) - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
createRequest() - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequester
 
createRequest() - Method in class com.googlecode.xremoting.core.http.HttpRequester
 
createRequest() - Method in interface com.googlecode.xremoting.core.spi.Requester
Creates and initializes a new request.
createRequester() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createRestriction() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
createSerializer() - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
createSerializer(Class<? extends Serializer>) - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
createSerializer() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
createSimpleRequester() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int, InetAddress, int) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
 
createSocket(String, int) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
 
createWriter(OutputStream) - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
createXRemotingProxy(XRemotingProxyFactory) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
createXStream() - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 

D

DefaultHttpConnectionFactory - Class in com.googlecode.xremoting.core.http
HttpConnectionFactory implementation which uses URL#openConnection().
DefaultHttpConnectionFactory() - Constructor for class com.googlecode.xremoting.core.http.DefaultHttpConnectionFactory
 
DefaultInvoker - Class in com.googlecode.xremoting.core.invoked
Default Invoker implementation.
DefaultInvoker() - Constructor for class com.googlecode.xremoting.core.invoked.DefaultInvoker
 
deserialize(InputStream) - Method in interface com.googlecode.xremoting.core.spi.Serializer
Deserializes an object an InputStream.
deserialize(InputStream) - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
doInit(ServletConfig) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 

G

getAcceptedIssuers() - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509TrustManager
 
getArgs() - Method in class com.googlecode.xremoting.core.message.Invocation
 
getArgTypes() - Method in class com.googlecode.xremoting.core.message.Invocation
 
getBeanClassLoader() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
getCertificateChain(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
getClientAliases(String, Principal[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
getDefaultCharset() - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
getDefaultClassLoader(Class<?>) - Static method in class com.googlecode.xremoting.core.utils.ClassLoaderUtils
Determines the 'default' classloader.
getDefaultClassLoader() - Method in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
getDefaultSerializerClassLoader() - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
getInputStream() - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
getInputStream() - Method in class com.googlecode.xremoting.core.http.HttpRequest
 
getInputStream() - Method in interface com.googlecode.xremoting.core.spi.Request
Returns InputStream from which user may get response data.
getInterfaces() - Method in class com.googlecode.xremoting.core.invoked.InvocationRestriction
Returns an array of exposed interfaces.
getInterfacesClassLoader() - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
getMethodName() - Method in class com.googlecode.xremoting.core.message.Invocation
 
getObject() - Method in class com.googlecode.xremoting.core.message.Result
 
getObject() - Method in class com.googlecode.xremoting.spring.XRemotingProxyFactoryBean
 
getObjectType() - Method in class com.googlecode.xremoting.spring.XRemotingProxyFactoryBean
 
getOutputStream() - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
getOutputStream() - Method in class com.googlecode.xremoting.core.http.HttpRequest
 
getOutputStream() - Method in interface com.googlecode.xremoting.core.spi.Request
Returns OutputStream to which user may send request data.
getPrivateKey(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
getServerAliases(String, Principal[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLX509KeyManager
 
getTarget() - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
getThrowable() - Method in class com.googlecode.xremoting.core.message.Thrown
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.googlecode.xremoting.spring.XRemotingServiceExporter
 
HttpClientBuilder - Class in com.googlecode.xremoting.core.commonshttpclient
Used to build an HttpClient using method chain pattern.
HttpClientBuilder() - Constructor for class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
 
HttpConnectionFactory - Interface in com.googlecode.xremoting.core.http
Factory for HttpURLConnection instances.
HttpRequest - Class in com.googlecode.xremoting.core.http
Request implementation for HTTP using HttpURLConnection.
HttpRequest(HttpURLConnection) - Constructor for class com.googlecode.xremoting.core.http.HttpRequest
 
HttpRequester - Class in com.googlecode.xremoting.core.http
Requester which uses HTTP as a transport protocol and HttpURLConnection to work with it.
HttpRequester(HttpConnectionFactory, String) - Constructor for class com.googlecode.xremoting.core.http.HttpRequester
Creates a new instance using the supplied HttpConnectionFactory and URL of the service available via HTTP(s).

I

init(ServletConfig) - Method in class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
InitializationException - Exception in com.googlecode.xremoting.core.exception
Thrown if a proxy factory initialization fails.
InitializationException() - Constructor for exception com.googlecode.xremoting.core.exception.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InitializationException
 
InitializationException(String) - Constructor for exception com.googlecode.xremoting.core.exception.InitializationException
 
InitializationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InitializationException
 
Invocation - Class in com.googlecode.xremoting.core.message
Value object for invocation.
Invocation() - Constructor for class com.googlecode.xremoting.core.message.Invocation
 
Invocation(String, Class<? extends Object>[], Object[]) - Constructor for class com.googlecode.xremoting.core.message.Invocation
 
InvocationRestriction - Class in com.googlecode.xremoting.core.invoked
Restriction on invocation.
InvocationRestriction() - Constructor for class com.googlecode.xremoting.core.invoked.InvocationRestriction
 
InvocationRestriction(Class<?>) - Constructor for class com.googlecode.xremoting.core.invoked.InvocationRestriction
 
InvocationRestriction(Class<?>[]) - Constructor for class com.googlecode.xremoting.core.invoked.InvocationRestriction
 
invoke(Object, Invocation, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.DefaultInvoker
 
invoke(Object, Invocation, InvocationRestriction) - Method in interface com.googlecode.xremoting.core.invoked.Invoker
Invokes an invocation on a target object with restriction.
invoke(Object, InputStream, OutputStream, Serializer, Invoker, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
invoke(Object, Invocation, Invoker, InvocationRestriction) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
invoke(Object, Method, Object[]) - Method in class com.googlecode.xremoting.core.invoking.XRemotingInvocationHandler
 
invoke(MethodInvocation) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
InvokedSideInvocationException - Exception in com.googlecode.xremoting.core.exception
Represents a problem during remote invocation which was detected on the invoked side (i.e. on the server).
InvokedSideInvocationException() - Constructor for exception com.googlecode.xremoting.core.exception.InvokedSideInvocationException
 
InvokedSideInvocationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InvokedSideInvocationException
 
InvokedSideInvocationException(String) - Constructor for exception com.googlecode.xremoting.core.exception.InvokedSideInvocationException
 
InvokedSideInvocationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InvokedSideInvocationException
 
Invoker - Interface in com.googlecode.xremoting.core.invoked
Services a remote invocation locally.
invoker - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
invokingHelper - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
InvokingSideInvocationException - Exception in com.googlecode.xremoting.core.exception
Represents a problem during remote invocation which was detected on the invoking side (i.e. on the client).
InvokingSideInvocationException() - Constructor for exception com.googlecode.xremoting.core.exception.InvokingSideInvocationException
 
InvokingSideInvocationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InvokingSideInvocationException
 
InvokingSideInvocationException(String) - Constructor for exception com.googlecode.xremoting.core.exception.InvokingSideInvocationException
 
InvokingSideInvocationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.InvokingSideInvocationException
 
isSingleton() - Method in class com.googlecode.xremoting.spring.XRemotingProxyFactoryBean
 

K

keyStore(URL, String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Configures a key store for the current SSL host (see HttpClientBuilder.ssl(String)).

O

openConnection(String) - Method in class com.googlecode.xremoting.core.http.DefaultHttpConnectionFactory
 
openConnection(String) - Method in interface com.googlecode.xremoting.core.http.HttpConnectionFactory
Opens a new connection.

P

prepare() - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Initializes the interceptor.
proxyHost(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Sets proxy host.
ProxyInvokingHelper - Class in com.googlecode.xremoting.core.invoked
Helper class for invoking on server side.
ProxyInvokingHelper() - Constructor for class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
proxyPort(int) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Sets proxy port.

R

releaseRequest() - Method in class com.googlecode.xremoting.core.commonshttpclient.CommonsHttpClientRequest
 
releaseRequest() - Method in class com.googlecode.xremoting.core.http.HttpRequest
 
releaseRequest() - Method in interface com.googlecode.xremoting.core.spi.Request
Releases resources claimed by request (closes connections, etc.).
RemoteInvocationException - Exception in com.googlecode.xremoting.core.exception
Any problem which occurred during a remote invocation.
RemoteInvocationException() - Constructor for exception com.googlecode.xremoting.core.exception.RemoteInvocationException
 
RemoteInvocationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.RemoteInvocationException
 
RemoteInvocationException(String) - Constructor for exception com.googlecode.xremoting.core.exception.RemoteInvocationException
 
RemoteInvocationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.RemoteInvocationException
 
Request - Interface in com.googlecode.xremoting.core.spi
Represents a single request/response pair.
Requester - Interface in com.googlecode.xremoting.core.spi
Central interface for transports.
requester - Variable in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
restriction - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
Result - Class in com.googlecode.xremoting.core.message
Value object for invocation result (i.e. it's used to pass back returned value).
Result() - Constructor for class com.googlecode.xremoting.core.message.Result
 
Result(Object) - Constructor for class com.googlecode.xremoting.core.message.Result
 

S

securePort(int) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Configures secure port for the HTTPS for current host (see HttpClientBuilder.ssl(String)).
secureSchema(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Configures secure schema for the HTTPS for current host (see HttpClientBuilder.ssl(String)).
send(OutputStream, Object, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
sendResult(OutputStream, Object, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
sendThrown(OutputStream, Throwable, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
sendThrownThrowingOnSerializationError(OutputStream, Throwable, Serializer) - Method in class com.googlecode.xremoting.core.invoked.ProxyInvokingHelper
 
SerializationException - Exception in com.googlecode.xremoting.core.spi
Thrown if something specific to serialization happened during (de)serialization.
SerializationException() - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
 
SerializationException(String) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
 
SerializationException(Throwable) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.spi.SerializationException
 
serialize(Object, OutputStream) - Method in interface com.googlecode.xremoting.core.spi.Serializer
Serializes an object to an OutputStream.
serialize(Object, OutputStream) - Method in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
Serializer - Interface in com.googlecode.xremoting.core.spi
Central interface for message serialization/deserialization.
serializer - Variable in class com.googlecode.xremoting.core.XRemotingProxyFactory
 
serializer - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
serializerClass - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
serializerClassLoader - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
serializerClassName - Variable in class com.googlecode.xremoting.spring.XRemotingExporter
 
setArgs(Object[]) - Method in class com.googlecode.xremoting.core.message.Invocation
 
setArgTypes(Class<? extends Object>[]) - Method in class com.googlecode.xremoting.core.message.Invocation
 
setAuthPreemptive(boolean) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets whether to use authPreemptive by a built HttpClient (for Basic auth).
setBasicAuthHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a host for which Basic auth will be used by a built HttpClient.
setBasicAuthPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a port for which Basic auth will be used by a built HttpClient.
setBeanClassLoader(ClassLoader) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets classloader to use when constructing a Proxy.
setConnectionManagerTimeout(long) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets maximum time to wait for connection to be obtained from a connection manager (in millis).
setConnectionTimeout(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets connection timeout (in millis).
setEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.ssl.AuthSSLProtocolSocketFactory
 
setHttpClient(Object) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets an HttpClient to use with CommonsHttpClientRequester.
setInterfaces(Class<?>[]) - Method in class com.googlecode.xremoting.core.invoked.InvocationRestriction
Sets an array of exposed interfaces.
setInvoker(Invoker) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
setKeyStorePassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a key store password to be used by a built HttpClient.
setKeyStoreResource(Resource) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a key store resource to be used by a built HttpClient.
setKeyStoreUrl(URL) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a key store URL to be used by a built HttpClient.
setMethodName(String) - Method in class com.googlecode.xremoting.core.message.Invocation
 
setObject(Object) - Method in class com.googlecode.xremoting.core.message.Result
 
setPassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a password to be used by a built HttpClient (for Basic auth).
setProxyHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a proxy host to be used by a built HttpClient.
setProxyPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a proxy port to be used by a built HttpClient.
setRequester(Requester) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a Requester to use.
setSerializer(Serializer) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
setSerializerClass(Class<? extends Serializer>) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
setSerializerClassLoader(ClassLoader) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
setSerializerClassName(String) - Method in class com.googlecode.xremoting.spring.XRemotingExporter
 
setSoTimeout(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets SO timeout (in millis).
setSslEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a list of enabled SSL protocols.
setSslHost(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets SSL host to be used by a built HttpClient.
setSslPort(int) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets SSL port to be used by a built HttpClient.
setThrowable(Throwable) - Method in class com.googlecode.xremoting.core.message.Thrown
 
setTrustKeyStorePassword(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a trust store password to be used by a built HttpClient.
setTrustKeyStoreResource(Resource) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a trust store resource to be used by a built HttpClient.
setTrustKeyStoreUrl(URL) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a trust store URL to be used by a built HttpClient.
setUsername(String) - Method in class com.googlecode.xremoting.spring.XRemotingClientInterceptor
Sets a username to be used by a built HttpClient (for Basic auth).
ssl(String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Begins SSL configuration for the given host.
sslEnabledProtocols(String[]) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Sets a list of enabled SSL protocols.

T

Thrown - Class in com.googlecode.xremoting.core.message
Value object for a Throwable thrown during the remote call.
Thrown() - Constructor for class com.googlecode.xremoting.core.message.Thrown
 
Thrown(Throwable) - Constructor for class com.googlecode.xremoting.core.message.Thrown
 
timeouts(int, int, long) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Configures timeouts of the HttpClient being built.
trustKeyStore(URL, String) - Method in class com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder
Configures a trust store for the current SSL host (see HttpClientBuilder.ssl(String)).

X

XRemotingClientInterceptor - Class in com.googlecode.xremoting.spring
Client interceptor for XRemoting to use for remote calls.
XRemotingClientInterceptor() - Constructor for class com.googlecode.xremoting.spring.XRemotingClientInterceptor
 
XRemotingException - Exception in com.googlecode.xremoting.core.exception
Any unrecoverable problem occurred during XRemoting operation.
XRemotingException() - Constructor for exception com.googlecode.xremoting.core.exception.XRemotingException
 
XRemotingException(String, Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.XRemotingException
 
XRemotingException(String) - Constructor for exception com.googlecode.xremoting.core.exception.XRemotingException
 
XRemotingException(Throwable) - Constructor for exception com.googlecode.xremoting.core.exception.XRemotingException
 
XRemotingExporter - Class in com.googlecode.xremoting.spring
Exposes XRemoting-based service using some protocol.
XRemotingExporter() - Constructor for class com.googlecode.xremoting.spring.XRemotingExporter
 
XRemotingInvocationHandler - Class in com.googlecode.xremoting.core.invoking
InvocationHandler for XRemoting.
XRemotingInvocationHandler(Serializer, Requester) - Constructor for class com.googlecode.xremoting.core.invoking.XRemotingInvocationHandler
 
XRemotingProxyFactory - Class in com.googlecode.xremoting.core
Factory for proxy instances through which remote calls may be made.
XRemotingProxyFactory(String) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with XStream-based serialization and simple HTTP-based transport.
XRemotingProxyFactory(Requester) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with XStream-based serialization.
XRemotingProxyFactory(Requester, String) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with serialization implemented by class given by name.
XRemotingProxyFactory(Requester, String, ClassLoader) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with serialization implemented by class given by name, and loaded from the given classloader.
XRemotingProxyFactory(Requester, Class<? extends Serializer>) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with the given Serializer implementation class.
XRemotingProxyFactory(Requester, Serializer) - Constructor for class com.googlecode.xremoting.core.XRemotingProxyFactory
Creates a factory with the given Serializer.
XRemotingProxyFactoryBean - Class in com.googlecode.xremoting.spring
Factory bean that produces a proxy for using XRemoting to make remote calls.
XRemotingProxyFactoryBean() - Constructor for class com.googlecode.xremoting.spring.XRemotingProxyFactoryBean
 
XRemotingServiceExporter - Class in com.googlecode.xremoting.spring
Service exporter analogous to HttpInvokerServiceExporter which exports XRemoting-based service via HTTP(s).
XRemotingServiceExporter() - Constructor for class com.googlecode.xremoting.spring.XRemotingServiceExporter
 
XRemotingServlet - Class in com.googlecode.xremoting.core.servlet
Base for a servlet which wishes to expose a service using XRemoting to the world via HTTP.
XRemotingServlet() - Constructor for class com.googlecode.xremoting.core.servlet.XRemotingServlet
 
xstream - Variable in class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
XStreamSerializer - Class in com.googlecode.xremoting.core.xstream
Serializer which uses XStream as a serialization engine.
XStreamSerializer() - Constructor for class com.googlecode.xremoting.core.xstream.XStreamSerializer
 
A B C D G H I K O P R S T X 
Skip navigation links

Copyright © 2015. All rights reserved.