|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
net.sf.crispy.AsynchronousCallback
.
Interceptor
.
doInvoke
.
newInstance
.
doInvoke
.
newInstance
.
Map map = new HashMap(1);
map.put(className, methodName);
test.crispy.example.service.Calculator
to Calculator
.InterceptorHandler
instance created.
InterceptorHandler
!
InterceptorHandlerCreator
, than create a new InterceptorHandler
instance.
javax.xml.namespace.QName
by the class.
Class.forName
and newInstance
create a new service instance.
java.lang.reflect.Proxy
class.
InvocationHandler
with delegate to doInvoke
.
Service-Interface-Name + EJB_HOME_INTERFACE.
- EXECUTOR_CLASS -
Static variable in interface net.sf.crispy.Property
- Executor-Class-Name.
- Edge - class net.sf.crispy.util.Edge.
-
- Edge(Object, Object) -
Constructor for class net.sf.crispy.util.Edge
-
- ExceptionWrapper - class net.sf.crispy.ExceptionWrapper.
- Wraped the server side thrown exception.
- ExceptionWrapper() -
Constructor for class net.sf.crispy.ExceptionWrapper
-
- ExceptionWrapper(Throwable) -
Constructor for class net.sf.crispy.ExceptionWrapper
-
- ExceptionWrapper(Throwable, boolean) -
Constructor for class net.sf.crispy.ExceptionWrapper
-
- ExecuteCallback - interface net.sf.crispy.concurrent.ExecuteCallback.
- Handle callbacks for call a method in
ExecuteWorker
(in sperated Thread). - Executor - class net.sf.crispy.Executor.
- Send the method to the server and wait of return-value.
- Executor() -
Constructor for class net.sf.crispy.Executor
-
- ExecutorDecorator - class net.sf.crispy.ExecutorDecorator.
- Decorator for all Executor implemantations.
- ExecutorDecorator(Executor) -
Constructor for class net.sf.crispy.ExecutorDecorator
-
- endDocument() -
Method in class net.sf.crispy.impl.rest.RestContentHandler
-
- endElement(String, String, String) -
Method in class net.sf.crispy.impl.rest.RestContentHandler
-
- equals(Object) -
Method in class net.sf.crispy.util.Edge
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.Executor
- Make the invocation of the services.
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.ExecutorDecorator
-
- execute(Object, Method, Object[]) -
Method in interface net.sf.crispy.concurrent.ExecuteCallback
- Execute the method.
- execute(Object, Method, Object[]) -
Method in class net.sf.crispy.concurrent.MethodExecuteCallback
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.AbstractHttpExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.HttpExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.JBossRemotingExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.JaxRpcExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.RestExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.RmiExecutor
-
- execute(Class, Object, Method, Object[]) -
Method in class net.sf.crispy.impl.XmlRpcExecutor
-
- execute(String, Vector) -
Method in class net.sf.crispy.impl.xmlrpc.XmlRpcConvertHandler
-
- executeAsynchrone(Object, Method, Object[], ExecuteCallback, AsynchronousCallback) -
Method in class net.sf.crispy.concurrent.ThreadWorker
-
- existService(String) -
Method in interface net.sf.crispy.impl.xmlrpc.XmlRpcAdminService
- Ob der Service bereits registrieren.
- existService(String) -
Method in class net.sf.crispy.impl.xmlrpc.XmlRpcAdminServiceImpl
-
- existService(String) -
Method in class net.sf.crispy.impl.xmlrpc.XmlRpcHttpAdminServlet
-
- extractHashCode(Object) -
Static method in class net.sf.crispy.util.Converter
- If pvObject.toString - method start with
Converter.HASH_CODE_KEY
, then extract
the hash code.
InvocationStrategy
, if no InvocationStrategy
is set in the properties.
InterceptorHandlerCreator
.
Object getService(String pvServiceInterfaceName)
method.
ThreadWorker (Thread)
or from pool.
ServiceEndpoint
for the http protocoll.newInstance
and DynamicProxy-MethoddoInvoke
(InvocationHandler), before and after call.Interceptor
/Modifier
can filtered by implementation of this interface.
InterceptorHandler
instance.
Exception
to the ExceptionWrapper
.
java.util.Map
-object.setAccessible(true)
.null
and the transport not supported null values
(XML-RPC for example) you can substitute the null value with this property.
Servicemanage
.test.crispy.example.service.Calculator
with Method: add
:
class=test.crispy.example.service.Calculator&method=add
OR
method=service.calculator.add
.ThreadWorker (Thread)
ServiceEndpoint
.localhost:8080 --> http://localhost and 8080
InterceptorHandlerCreator
.
java.util.Vector
-object.net.sf.crispy.util.Converter
is used or not.
true
, then invoke before execute method Converter.makeSimple()
and after call Converter.makeComplex
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |