Package com.sun.xml.rpc.processor.config
Class ModelFileModelInfo
- java.lang.Object
-
- com.sun.xml.rpc.processor.config.ModelInfo
-
- com.sun.xml.rpc.processor.config.ModelFileModelInfo
-
- All Implemented Interfaces:
ModelFileModelInfo,ModelInfo
public class ModelFileModelInfo extends ModelInfo implements ModelFileModelInfo
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description ModelFileModelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()protected ModelergetModeler(Properties options)voidsetLocation(String s)-
Methods inherited from class com.sun.xml.rpc.processor.config.ModelInfo
buildModel, getClientHandlerChainInfo, getConfiguration, getJavaPackageName, getName, getNamespaceMappingRegistry, getParent, getServerHandlerChainInfo, getTypeMappingRegistry, setClientHandlerChainInfo, setJavaPackageName, setName, setNamespaceMappingRegistry, setParent, setServerHandlerChainInfo, setTypeMappingRegistry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.rpc.spi.tools.ModelInfo
setNamespaceMappingRegistry
-
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String s)
- Specified by:
setLocationin interfaceModelFileModelInfo
-
getModeler
protected Modeler getModeler(Properties options)
- Specified by:
getModelerin classModelInfo
-
-