Package com.sun.xml.rpc.processor.config
Class WSDLModelInfo
- java.lang.Object
-
- com.sun.xml.rpc.processor.config.ModelInfo
-
- com.sun.xml.rpc.processor.config.WSDLModelInfo
-
- All Implemented Interfaces:
ModelInfo
- Direct Known Subclasses:
J2EEModelInfo
public class WSDLModelInfo extends ModelInfo
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description WSDLModelInfo()
-
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
-
-
-
-
Method Detail
-
getModeler
protected Modeler getModeler(Properties options)
- Specified by:
getModelerin classModelInfo
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String s)
-
-