Package com.sun.xml.rpc.spi.model
Interface Port
-
- All Superinterfaces:
ModelObject
- All Known Implementing Classes:
Port
public interface Port extends ModelObject
This class is implemented by com.sun.xml.rpc.processor.model.Port
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetName()HandlerChainInfogetServerHCI()-
Methods inherited from interface com.sun.xml.rpc.spi.model.ModelObject
getProperty
-
-
-
-
Method Detail
-
getName
QName getName()
-
getServerHCI
HandlerChainInfo getServerHCI()
-
-