Package com.sun.xml.rpc.processor.util
Class XMLModelFileFilter
java.lang.Object
com.sun.xml.rpc.processor.util.XMLModelFileFilter
- All Implemented Interfaces:
XMLModelFileFilter
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisModelFile(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.
-
Constructor Details
-
XMLModelFileFilter
public XMLModelFileFilter()
-
-
Method Details
-
isModelFile
-
isModelFile
Description copied from interface:XMLModelFileFilterUsed by S1AS to detected whether the mapping file specified is a jaxrpc model file.- Specified by:
isModelFilein interfaceXMLModelFileFilter
-
isModelFile
Description copied from interface:XMLModelFileFilterUsed by S1AS to detected whether the mapping file specified is a jaxrpc model file.- Specified by:
isModelFilein interfaceXMLModelFileFilter
-