public class EditSvcPortStub extends org.apache.axis.client.Stub implements IEditContract
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description | 
|---|
| EditSvcPortStub() | 
| EditSvcPortStub(javax.xml.rpc.Service service) | 
| EditSvcPortStub(URL endpointURL,
               javax.xml.rpc.Service service) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.axis.client.Call | createCall() | 
| String | getSelectedText(Integer hwnd) | 
| String | getText(Integer hwnd) | 
| void | setCursorPosition(Integer hwnd,
                 Integer col,
                 Integer row) | 
| void | setSelection(Integer hwnd,
            Integer scol,
            Integer srow,
            Integer ecol,
            Integer erow) | 
| void | setText(Integer hwnd,
       String text) | 
| void | typeText(Integer hwnd,
        String text) | 
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic EditSvcPortStub()
                throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic EditSvcPortStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic EditSvcPortStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
                                          throws RemoteException
RemoteExceptionpublic String getSelectedText(Integer hwnd) throws RemoteException
getSelectedText in interface IEditContractRemoteExceptionpublic String getText(Integer hwnd) throws RemoteException
getText in interface IEditContractRemoteExceptionpublic void setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
setCursorPosition in interface IEditContractRemoteExceptionpublic void setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
setSelection in interface IEditContractRemoteExceptionpublic void setText(Integer hwnd, String text) throws RemoteException
setText in interface IEditContractRemoteExceptionpublic void typeText(Integer hwnd, String text) throws RemoteException
typeText in interface IEditContractRemoteExceptionCopyright © 2013. All rights reserved.