Class WebsterResoruce

java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.core.io.AbstractFileResolvingResource
org.springframework.core.io.UrlResource
org.openspaces.pu.container.support.WebsterResoruce
All Implemented Interfaces:
org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource

public class WebsterResoruce extends org.springframework.core.io.UrlResource
A webster resource which holds a url to an actual content stored on GSM webster. Extends UrlResource in order to allow to return WebsterFile for getFile() method.

WebsterFile allows to list "files" over webster http service. This allows to perform different scanning over the processing unit content.

Author:
kimchy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a WebsterFile over the given URL.

    Methods inherited from class org.springframework.core.io.UrlResource

    createRelative, createRelativeURL, customizeConnection, equals, from, from, getDescription, getFilename, getInputStream, getURI, getURL, hashCode, isFile, setUseCaches

    Methods inherited from class org.springframework.core.io.AbstractFileResolvingResource

    contentLength, customizeConnection, exists, getFile, getFileForLastModifiedCheck, isFile, isReadable, lastModified, readableChannel

    Methods inherited from class org.springframework.core.io.AbstractResource

    isOpen, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.core.io.Resource

    getContentAsByteArray, getContentAsString