Package com.sun.xml.rpc.processor.model
Class Model
java.lang.Object
com.sun.xml.rpc.processor.model.ModelObject
com.sun.xml.rpc.processor.model.Model
- All Implemented Interfaces:
Model,ModelObject
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ModelVisitor visitor) voidaddExtraType(AbstractType type) voidvoidaddService(Service service) getImportedDocument(String namespace) getName()getServiceByName(QName name) voidvoidvoidvoidvoidvoidMethods inherited from class com.sun.xml.rpc.processor.model.ModelObject
getProperties, getPropertiesMap, getProperty, removeProperty, setPropertiesMap, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.rpc.spi.model.ModelObject
getProperty
-
Constructor Details
-
Model
public Model() -
Model
-
-
Method Details
-
getName
-
setName
-
getTargetNamespaceURI
-
setTargetNamespaceURI
-
addService
-
getServices
- Specified by:
getServicesin interfaceModel
-
getServiceByName
-
getServicesList
-
setServicesList
-
addExtraType
-
getExtraTypes
-
getExtraTypesSet
-
setExtraTypesSet
-
getImportedDocuments
-
getImportedDocument
-
addImportedDocument
-
getImportedDocumentsMap
-
setImportedDocumentsMap
-
accept
- Specified by:
acceptin classModelObject- Throws:
Exception
-
getSource
- Returns:
- the source of the Model
-
setSource
- Parameters:
string-
-