Package com.sun.xml.rpc.processor.model
Class Service
java.lang.Object
com.sun.xml.rpc.processor.model.ModelObject
com.sun.xml.rpc.processor.model.Service
- All Implemented Interfaces:
ModelObject,Service
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ModelVisitor visitor) voidTODO: better way to derive the generated service * implementation class PE uses service.getJavaInterface() + _Impl Should we provide a method for it?getName()getPorts()voidvoidvoidsetPortsList(List m) Methods 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
-
Service
public Service() -
Service
-
-
Method Details
-
getName
-
setName
-
addPort
-
getPorts
-
getPortByName
-
getPortsList
- Specified by:
getPortsListin interfaceService
-
setPortsList
-
getJavaIntf
Description copied from interface:ServiceTODO: better way to derive the generated service * implementation class PE uses service.getJavaInterface() + _Impl Should we provide a method for it?- Specified by:
getJavaIntfin interfaceService
-
getJavaInterface
-
setJavaInterface
-
accept
- Specified by:
acceptin classModelObject- Throws:
Exception
-