Package com.sun.xml.rpc.spi.tools
Interface XMLModelFileFilter
-
- All Known Implementing Classes:
XMLModelFileFilter
public interface XMLModelFileFilterThis class is implemented by com.sun.xml.rpc.processor.util.XMLModelFileFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisModelFile(InputStream is)Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.booleanisModelFile(URL url)Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.
-
-
-
Method Detail
-
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.
-
-