Package com.sun.xml.rpc.spi.tools
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 TypeMethodDescriptionbooleanUsed 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 Details
-
isModelFile
Used by S1AS to detected whether the mapping file specified is a jaxrpc model file. -
isModelFile
Used by S1AS to detected whether the mapping file specified is a jaxrpc model file.
-