Package com.sun.xml.rpc.processor.util
Class XMLModelFileFilter
- java.lang.Object
-
- com.sun.xml.rpc.processor.util.XMLModelFileFilter
-
- All Implemented Interfaces:
XMLModelFileFilter
public class XMLModelFileFilter extends Object implements XMLModelFileFilter
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description XMLModelFileFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisModelFile(File f)booleanisModelFile(InputStream inputStream)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
public boolean isModelFile(File f)
-
isModelFile
public boolean isModelFile(URL uRL)
Description copied from interface:XMLModelFileFilterUsed by S1AS to detected whether the mapping file specified is a jaxrpc model file.- Specified by:
isModelFilein interfaceXMLModelFileFilter
-
isModelFile
public boolean isModelFile(InputStream inputStream)
Description copied from interface:XMLModelFileFilterUsed by S1AS to detected whether the mapping file specified is a jaxrpc model file.- Specified by:
isModelFilein interfaceXMLModelFileFilter
-
-