public class EditSvcPortStub extends org.apache.axis.client.Stub implements IEditContract
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
ENDPOINT_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, setUsername
public EditSvcPortStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public EditSvcPortStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public EditSvcPortStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected org.apache.axis.client.Call createCall() throws RemoteException
RemoteException
public String getSelectedText(Integer hwnd) throws RemoteException
getSelectedText
in interface IEditContract
RemoteException
public String getText(Integer hwnd) throws RemoteException
getText
in interface IEditContract
RemoteException
public void setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
setCursorPosition
in interface IEditContract
RemoteException
public void setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
setSelection
in interface IEditContract
RemoteException
public void setText(Integer hwnd, String text) throws RemoteException
setText
in interface IEditContract
RemoteException
public void typeText(Integer hwnd, String text) throws RemoteException
typeText
in interface IEditContract
RemoteException
Copyright © 2013. All rights reserved.