public class ExtendedUniversalClientRPCImpl extends BasicUniversalClientRPCImpl
BasicUniversalClientRPCImpl
by providing support for Mule endpoints.
The reason things are broken out this way into two servlets is to allow developers to
that are not using Mule but still want to use the soafaces://
protocol for messaging
to not have to use and deploy the Mule JARs.LOCAL_PREFIX
Constructor and Description |
---|
ExtendedUniversalClientRPCImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
callDispatchMuleClient(java.lang.String endpointURI,
java.lang.Object inputObj,
java.util.Map<java.lang.String,java.io.Serializable> properties) |
protected java.lang.Object |
callSendMuleClient(java.lang.String endpointURI,
java.lang.Object inputObj,
java.util.Map<java.lang.String,java.io.Serializable> properties) |
dispatchAny, dispatchEmpty, exceptionHandler, securityCheck, sendAnyReturnJSON, sendAnyReturnPOJO, sendEmptyReturnJSON, sendEmptyReturnPOJO
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected java.lang.Object callSendMuleClient(java.lang.String endpointURI, java.lang.Object inputObj, java.util.Map<java.lang.String,java.io.Serializable> properties) throws org.soafaces.services.rpc.InternalUniversalClientException, UniversalClientRemoteException
callSendMuleClient
in class BasicUniversalClientRPCImpl
org.soafaces.services.rpc.InternalUniversalClientException
UniversalClientRemoteException
protected void callDispatchMuleClient(java.lang.String endpointURI, java.lang.Object inputObj, java.util.Map<java.lang.String,java.io.Serializable> properties) throws org.soafaces.services.rpc.InternalUniversalClientException
callDispatchMuleClient
in class BasicUniversalClientRPCImpl
org.soafaces.services.rpc.InternalUniversalClientException
Copyright © Grand Logic, Inc. All Rights Reserved.