Interface Request


public interface Request
This class represents a single request to a particular service

Request objects are created using Service.createRequest(String) or Service.createAuthorizationRequest(). They are used with Session.sendRequest(Request, UserHandle, EventQueue, CorrelationID, String) or AbstractSession.sendAuthorizationRequest(Request, UserHandle, EventQueue, CorrelationID, String). The Request object contains the parameters for a single request to a single service. Once a Request has been created its fields can be populated directly using the convenience functions set() and append() or using the Element interface on the Element returned by asElement().

The schema for the Request can be queried using the Element interface on the Element returned by asElement().