Class ProxyRestCommandAdapter

java.lang.Object
org.glassfish.admin.restconnector.AbstractProxyRestAdapter
org.glassfish.admin.restconnector.ProxyRestCommandAdapter
All Implemented Interfaces:
org.glassfish.api.container.Adapter

@Service public class ProxyRestCommandAdapter extends AbstractProxyRestAdapter
Implementation of Adapter for rest based command executor. It extends from AbstractProxyRestAdapter that uses a handle-body idiom. The handle implements methods that are metadata/configuration based. The body implements methods that require REST subsystem.
Author:
mmares