Class ServiceFromUrl

  • All Implemented Interfaces:
    ComponentLifecycle, ServiceExtractor

    @ComponentProfile(summary="Extract the service to execute from a URL (file/http etc)",
                      since="3.8.4")
    public class ServiceFromUrl
    extends ServiceExtractorImpl
    Extract the service to execute based on the configured URL.
    See Also:
    DynamicServiceExecutor

    In the adapter configuration file this class is aliased as dynamic-service-from-url which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • ServiceFromUrl

        public ServiceFromUrl()
      • ServiceFromUrl

        public ServiceFromUrl​(java.lang.String url)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)