Package com.sun.xml.rpc.spi.model
Interface Service
- All Superinterfaces:
ModelObject
- All Known Implementing Classes:
Service
This class is implemented by
com.sun.xml.rpc.processor.model.Service
-
Method Summary
Methods inherited from interface com.sun.xml.rpc.spi.model.ModelObject
getProperty
-
Method Details
-
getPorts
Iterator getPorts() -
getName
QName getName() -
getPortsList
List getPortsList() -
getJavaIntf
JavaInterface getJavaIntf()TODO: better way to derive the generated service * implementation class PE uses service.getJavaInterface() + _Impl Should we provide a method for it?
-