| Class | Description |
|---|---|
| TransferCreate |
This class is to help create/parse a SOAP envelope containing a Create request.
|
| TransferCreateResponse |
This class is to help create/parse a SOAP envelope containing a CreateResponse.
|
| TransferDelete |
This class is to help create/parse a SOAP envelope containing a Delete request.
|
| TransferDeleteResponse |
This class is to help create/parse a SOAP envelope containing a DeleteResponse.
|
| TransferGet |
This class helps to create/parse a SOAP envelope containing a Get request.
|
| TransferGetResponse |
This class helps to create/parse a SOAP envelope containing a GetResponse.
|
| TransferMessage | |
| TransferPut |
This class is to help create/parse a SOAP envelope containing a Put request.
|
| TransferPutResponse |
This class is to help create/parse a SOAP envelope containing a PutResponse.
|
| Exception | Description |
|---|---|
| InvalidRepresentationFault |
This fault is thrown when the presented representation is invalid for the target resource.
|
| InvalidTransferMessageException |
This exception is thrown when there is a problem retrieving WS-Transfer request/response from the SOAP message.
|