Class ASImpl

  • All Implemented Interfaces:
    org.oa4mp.delegation.common.services.AddressableServer, org.oa4mp.delegation.common.services.DoubleDispatchServer, org.oa4mp.delegation.common.services.Server
    Direct Known Subclasses:
    AGServer2, PAServer2, TokenAwareServer, UIServer2

    public class ASImpl
    extends Object
    implements org.oa4mp.delegation.common.services.AddressableServer, org.oa4mp.delegation.common.services.DoubleDispatchServer
    Addressable Server implementation to support double dispatch pattern(?)

    Created by Jeff Gaynor
    on 6/4/13 at 4:31 PM

    • Constructor Detail

      • ASImpl

        public ASImpl​(URI address)
    • Method Detail

      • getAddress

        public URI getAddress()
        Specified by:
        getAddress in interface org.oa4mp.delegation.common.services.AddressableServer
      • process

        public org.oa4mp.delegation.common.services.Response process​(org.oa4mp.delegation.common.services.Request request)
        Specified by:
        process in interface org.oa4mp.delegation.common.services.DoubleDispatchServer
        Specified by:
        process in interface org.oa4mp.delegation.common.services.Server