Package com.sun.xml.rpc.spi.tools
Interface Configuration
-
- All Known Implementing Classes:
Configuration
public interface ConfigurationThis class is implemented by com.sun.xml.rpc.processor.config.Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorEnvironmentgetEnvironment()ModelInfogetModelInfo()voidsetModelInfo(ModelInfo i)
-
-
-
Method Detail
-
getModelInfo
ModelInfo getModelInfo()
-
setModelInfo
void setModelInfo(ModelInfo i)
-
getEnvironment
ProcessorEnvironment getEnvironment()
-
-