Interface XMLModelFileFilter

All Known Implementing Classes:
XMLModelFileFilter

public interface XMLModelFileFilter
This class is implemented by com.sun.xml.rpc.processor.util.XMLModelFileFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.
    boolean
    Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.
  • Method Details

    • isModelFile

      boolean isModelFile(InputStream is)
      Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.
    • isModelFile

      boolean isModelFile(URL url)
      Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.