| Class | Description |
|---|---|
| EnumerateMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration Enumerate message.
|
| EnumerateResponseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration EnumerateResponse message.
|
| EnumerationEndMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration EnumerationEnd message.
|
| EnumerationMessage |
The super class for all classes implementing the WS-Enumeration request/response.
|
| GetStatusMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration GetStatus message.
|
| GetStatusResponseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration GetStatusResponse message.
|
| PullMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration Pull message.
|
| PullResponseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration PullResponse message.
|
| ReleaseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration Release message.
|
| ReleaseResponseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration ReleaseResponse message.
|
| RenewMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration Renew message.
|
| RenewResponseMessage |
This class helps to create/parse a SOAP envelope containing a WS-Enumeration RenewResponse message.
|
| Exception | Description |
|---|---|
| CannotProcessFilterFault |
This fault is thrown if the data source supports filtering and the requested dialect but cannot process the requested filter content
|
| FilterDialectRequestedUnavailableFault |
This fault is thrown if the data source supports filtering but cannot honor the requested filter dialect
|
| FilteringNotSupportedFault |
This fault is thrown if the data source does not support filtering
|
| InvalidEnumerationContextFault |
This fault is thrown if the enumeration context is not valid
|
| InvalidEnumerationMessageException |
This exception is thrown when there is a problem retrieving WS-Enumeration request/response from the SOAP message.
|
| InvalidExpirationTimeFault |
This fault is thrown if the expiration time is either a zero duration or a specific time that occurs in the past according to the data source
|
| TimedOutFault |
This fault is thrown if no elements are available prior to the request message's deadline
|
| UnsupportedExpirationTypeFault |
Some data sources may not have a "wall time" clock available, and so are able only to accept durations as expirations.
|