public class WebSocketServiceExporter
extends org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
| Constructor and Description |
|---|
WebSocketServiceExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
decorateInputStream(InputStream is) |
protected OutputStream |
decorateOutputStream(OutputStream os) |
void |
handle(InputStream is,
OutputStream os)
Handle binary data
|
protected org.springframework.remoting.support.RemoteInvocation |
readRemoteInvocation(InputStream is) |
protected void |
writeRemoteInvocationResult(org.springframework.remoting.support.RemoteInvocationResult result,
OutputStream os) |
afterPropertiesSet, createObjectInputStream, createObjectOutputStream, doReadRemoteInvocation, doWriteRemoteInvocationResult, getContentType, getProxy, isAcceptProxyClasses, prepare, setAcceptProxyClasses, setContentTypegetRemoteInvocationExecutor, invoke, invokeAndCreateResult, setRemoteInvocationExecutorcheckService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterfacepublic void handle(InputStream is, OutputStream os) throws IOException, ClassNotFoundException
is - os - IOExceptionClassNotFoundExceptionprotected org.springframework.remoting.support.RemoteInvocation readRemoteInvocation(InputStream is) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected InputStream decorateInputStream(InputStream is) throws IOException
IOExceptionprotected OutputStream decorateOutputStream(OutputStream os) throws IOException
IOExceptionprotected void writeRemoteInvocationResult(org.springframework.remoting.support.RemoteInvocationResult result,
OutputStream os)
throws IOException
IOExceptionCopyright © 2014 JDAL. All Rights Reserved.