org.eclipse.swordfish.internal.resolver.backend.base
Class AbstractProxy

java.lang.Object
  extended by org.eclipse.swordfish.internal.resolver.backend.base.AbstractProxy
All Implemented Interfaces:
RegistryProxy
Direct Known Subclasses:
HttpClientProxy

public abstract class AbstractProxy
extends java.lang.Object
implements RegistryProxy


Constructor Summary
AbstractProxy()
           
 
Method Summary
 ClientResponse get(ClientRequest request)
          Retrieves information from registry (GET operation).
 ClientResponse post(ClientRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProxy

public AbstractProxy()
Method Detail

get

public ClientResponse get(ClientRequest request)
Description copied from interface: RegistryProxy
Retrieves information from registry (GET operation).

Specified by:
get in interface RegistryProxy
Parameters:
request - A bean containing request properties
Returns:
A ClientResponse with invocatrion results.

post

public ClientResponse post(ClientRequest request)
Specified by:
post in interface RegistryProxy
Returns: