|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyHandler | |
---|---|
org.apache.muse.core | |
org.apache.muse.core.proxy |
Uses of ProxyHandler in org.apache.muse.core |
---|
Methods in org.apache.muse.core with parameters of type ProxyHandler | |
---|---|
Object |
AbstractResourceClient.invoke(ProxyHandler handler,
Object[] parameters)
This is a convenience method that uses the given ProxyHandler to serialize the parameters (and deserialize the response) before calling invoke(String, Element). |
Object |
AbstractResourceClient.invoke(ProxyHandler handler,
Object[] parameters,
Element[] extraHeaders)
This is a convenience method that uses the given ProxyHandler to serialize the parameters (and deserialize the response) before calling invoke(String, Element). |
Uses of ProxyHandler in org.apache.muse.core.proxy |
---|
Classes in org.apache.muse.core.proxy that implement ProxyHandler | |
---|---|
class |
AbstractProxyHandler
AbstractProxyHandler is a convenience class that implements all of the accessor methods of ProxyHandler, leaving only the serialization methods (fromXML(Element) and toXML(Object[])). |
class |
ReflectionProxyHandler
ReflectionProxyHandler is a generic implementation of ProxyHandler that can be applied to any web service operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |