org.sblim.slp.internal.ua
public class SLEnumerationImpl extends Object implements ServiceLocationEnumeration
| Constructor Summary | |
|---|---|
| SLEnumerationImpl(RequestMessage pReqMsg, List<InetAddress> pDAList)
Ctor.
| |
| Method Summary | |
|---|---|
| int | getPort()
For diagnostic only!
|
| boolean | hasMoreElements() |
| boolean | hasMoreExceptions() |
| Object | next()
This implementation can throw RuntimeExceptions. |
| Object | nextElement() |
| Object | nextException() |
Parameters: pReqMsg pDAList
Returns: int
Returns: true if there exists another element in Exception table
See Also: next
Returns: next Object in Exception table
Throws: NoSuchElementException This in internal implementation to get list of all exceptions thrown/caught by parser This can throw RuntimeExceptions. They can be ignored or used for analysis. use hasNextException to check whether there exists another element in Exception table