Method DetailString getClientAddress() Returns the IP Address of the client. Returns: String Since: 01-11-2012 Data getData() Returns the Data object for this request. This will contain all the form field values posted from the client. Returns: Data Since: 05-31-2007 File getDocument(String name) Returns the document File object identified by name. Note, web service clients must set the filename of the document to name.
Parameters:
Returns: File Since: 05-31-2007 File getDocumentByIndex(int index) Returns the document with the given index. This is 0 based so index=0 is the first document.
Parameters:
Returns: File Since: 10-03-2008 int getDocumentCount() The number of documents sent. Returns: int Since: 10-03-2008 XMLReader getPayload() Returns optional payload sent in web service request. This method returns null if there is no payload in the request Returns: XMLReader Since: 05-25-2010 String toString() Returns a description of this object. Returns: String Since: 06-14-2007 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Dec 03, 2024 10:24 AM |