JavaXT
|
|||||||||
Connection ClassUsed to encapsulate raw connection information
ConstructorsPublic MethodsgetUserName( ) returns String Returns the username used to bind the Exchange Web Services. execute( String soap, java.util.HashMap<String, String> headers, boolean parseResponse ) returns Object Used to send a SOAP message to the Exchange Web Services.
execute( String soap ) returns org.w3c.dom.Document Used to send a SOAP message to the Exchange Web Services and parse the response. Returns an return an org.w3c.dom.Document.
execute( String soap, java.util.HashMap<String, String> headers ) returns org.w3c.dom.Document |