Uses of Interface
org.apache.muse.core.proxy.ProxyHandler

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.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.