⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remoteif_stub.java

📁 手机控制邮件以及附件的发送
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
		Operation op = Operation.newInstance(_qname_remote_wsdl_getPreview, _type_getPreview, _type_getPreviewResponse);		_prepOperation(op);		op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");		Object resultObj;		try {			resultObj = op.invoke(inputObject);		} catch (JAXRPCException e) {			Throwable cause = e.getLinkedCause();			if (cause instanceof java.rmi.RemoteException) {				throw (java.rmi.RemoteException) cause;			}			throw e;		}		boolean result;		// Convert the result into the right Java type.		// Unwrapped return value		Object resultObj2 = ((Object[])resultObj)[0];		result = ((java.lang.Boolean)resultObj2).booleanValue();		return result;	}	public boolean getPreview2(java.lang.String string_1, java.lang.String string_2, int int_3, int int_4, int int_5, java.lang.String string_6) throws java.rmi.RemoteException {		// Copy the incoming values into an Object array if needed.		Object[] inputObject = new Object[6];		inputObject[0] = string_1;		inputObject[1] = string_2;		inputObject[2] = new java.lang.Integer(int_3);		inputObject[3] = new java.lang.Integer(int_4);		inputObject[4] = new java.lang.Integer(int_5);		inputObject[5] = string_6;		Operation op = Operation.newInstance(_qname_remote_wsdl_getPreview2, _type_getPreview2, _type_getPreview2Response);		_prepOperation(op);		op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");		Object resultObj;		try {			resultObj = op.invoke(inputObject);		} catch (JAXRPCException e) {			Throwable cause = e.getLinkedCause();			if (cause instanceof java.rmi.RemoteException) {				throw (java.rmi.RemoteException) cause;			}			throw e;		}		boolean result;		// Convert the result into the right Java type.		// Unwrapped return value		Object resultObj2 = ((Object[])resultObj)[0];		result = ((java.lang.Boolean)resultObj2).booleanValue();		return result;	}	public boolean listingFile(java.lang.String string_1, java.lang.String string_2, java.lang.String string_3) throws java.rmi.RemoteException {		// Copy the incoming values into an Object array if needed.		Object[] inputObject = new Object[3];		inputObject[0] = string_1;		inputObject[1] = string_2;		inputObject[2] = string_3;		Operation op = Operation.newInstance(_qname_remote_wsdl_listingFile, _type_listingFile, _type_listingFileResponse);		_prepOperation(op);		op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");		Object resultObj;		try {			resultObj = op.invoke(inputObject);		} catch (JAXRPCException e) {			Throwable cause = e.getLinkedCause();			if (cause instanceof java.rmi.RemoteException) {				throw (java.rmi.RemoteException) cause;			}			throw e;		}		boolean result;		// Convert the result into the right Java type.		// Unwrapped return value		Object resultObj2 = ((Object[])resultObj)[0];		result = ((java.lang.Boolean)resultObj2).booleanValue();		return result;	}	public boolean sendEmail(java.lang.String string_1, java.lang.String string_2, java.lang.String string_3, java.lang.String string_4, java.lang.String[] arrayOfString_5, java.lang.String string_6) throws java.rmi.RemoteException {		// Copy the incoming values into an Object array if needed.		Object[] inputObject = new Object[6];		inputObject[0] = string_1;		inputObject[1] = string_2;		inputObject[2] = string_3;		inputObject[3] = string_4;		inputObject[4] = arrayOfString_5;		inputObject[5] = string_6;		Operation op = Operation.newInstance(_qname_remote_wsdl_sendEmail, _type_sendEmail, _type_sendEmailResponse);		_prepOperation(op);		op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");		Object resultObj;		try {			resultObj = op.invoke(inputObject);		} catch (JAXRPCException e) {			Throwable cause = e.getLinkedCause();			if (cause instanceof java.rmi.RemoteException) {				throw (java.rmi.RemoteException) cause;			}			throw e;		}		boolean result;		// Convert the result into the right Java type.		// Unwrapped return value		Object resultObj2 = ((Object[])resultObj)[0];		result = ((java.lang.Boolean)resultObj2).booleanValue();		return result;	}	// 	//  End user methods	// 	protected static final QName _qname_String_1 = new QName("", "String_1");	protected static final QName _qname_String_2 = new QName("", "String_2");	protected static final QName _qname_String_3 = new QName("", "String_3");	protected static final QName _qname_String_4 = new QName("", "String_4");	protected static final QName _qname_String_6 = new QName("", "String_6");	protected static final QName _qname_arrayOfString_5 = new QName("", "arrayOfString_5");	protected static final QName _qname_int_3 = new QName("", "int_3");	protected static final QName _qname_int_4 = new QName("", "int_4");	protected static final QName _qname_int_5 = new QName("", "int_5");	protected static final QName _qname_result = new QName("", "result");	protected static final QName _qname_remote_wsdl_checkUserValid = new QName("http://remote.org/remote.wsdl", "checkUserValid");	protected static final QName _qname_remote_wsdl_getDirList = new QName("http://remote.org/remote.wsdl", "getDirList");	protected static final QName _qname_remote_wsdl_getDriveList = new QName("http://remote.org/remote.wsdl", "getDriveList");	protected static final QName _qname_remote_wsdl_getFileDetails = new QName("http://remote.org/remote.wsdl", "getFileDetails");	protected static final QName _qname_remote_wsdl_getFileList = new QName("http://remote.org/remote.wsdl", "getFileList");	protected static final QName _qname_remote_wsdl_getFileSize = new QName("http://remote.org/remote.wsdl", "getFileSize");	protected static final QName _qname_remote_wsdl_getHidden = new QName("http://remote.org/remote.wsdl", "getHidden");	protected static final QName _qname_remote_wsdl_getModified = new QName("http://remote.org/remote.wsdl", "getModified");	protected static final QName _qname_remote_wsdl_getPreview = new QName("http://remote.org/remote.wsdl", "getPreview");	protected static final QName _qname_remote_wsdl_getPreview2 = new QName("http://remote.org/remote.wsdl", "getPreview2");	protected static final QName _qname_remote_wsdl_listingFile = new QName("http://remote.org/remote.wsdl", "listingFile");	protected static final QName _qname_remote_wsdl_sendEmail = new QName("http://remote.org/remote.wsdl", "sendEmail");	protected static final QName _qname_checkUserValid = new QName("http://remote.org/remote/types", "checkUserValid");	protected static final QName _qname_checkUserValidResponse = new QName("http://remote.org/remote/types", "checkUserValidResponse");	protected static final QName _qname_getDirList = new QName("http://remote.org/remote/types", "getDirList");	protected static final QName _qname_getDirListResponse = new QName("http://remote.org/remote/types", "getDirListResponse");	protected static final QName _qname_getDriveList = new QName("http://remote.org/remote/types", "getDriveList");	protected static final QName _qname_getDriveListResponse = new QName("http://remote.org/remote/types", "getDriveListResponse");	protected static final QName _qname_getFileDetails = new QName("http://remote.org/remote/types", "getFileDetails");	protected static final QName _qname_getFileDetailsResponse = new QName("http://remote.org/remote/types", "getFileDetailsResponse");	protected static final QName _qname_getFileList = new QName("http://remote.org/remote/types", "getFileList");	protected static final QName _qname_getFileListResponse = new QName("http://remote.org/remote/types", "getFileListResponse");	protected static final QName _qname_getFileSize = new QName("http://remote.org/remote/types", "getFileSize");	protected static final QName _qname_getFileSizeResponse = new QName("http://remote.org/remote/types", "getFileSizeResponse");	protected static final QName _qname_getHidden = new QName("http://remote.org/remote/types", "getHidden");	protected static final QName _qname_getHiddenResponse = new QName("http://remote.org/remote/types", "getHiddenResponse");	protected static final QName _qname_getModified = new QName("http://remote.org/remote/types", "getModified");	protected static final QName _qname_getModifiedResponse = new QName("http://remote.org/remote/types", "getModifiedResponse");	protected static final QName _qname_getPreview = new QName("http://remote.org/remote/types", "getPreview");	protected static final QName _qname_getPreview2 = new QName("http://remote.org/remote/types", "getPreview2");	protected static final QName _qname_getPreview2Response = new QName("http://remote.org/remote/types", "getPreview2Response");	protected static final QName _qname_getPreviewResponse = new QName("http://remote.org/remote/types", "getPreviewResponse");	protected static final QName _qname_listingFile = new QName("http://remote.org/remote/types", "listingFile");	protected static final QName _qname_listingFileResponse = new QName("http://remote.org/remote/types", "listingFileResponse");	protected static final QName _qname_sendEmail = new QName("http://remote.org/remote/types", "sendEmail");	protected static final QName _qname_sendEmailResponse = new QName("http://remote.org/remote/types", "sendEmailResponse");	protected static final Element _type_checkUserValid;	protected static final Element _type_checkUserValidResponse;	protected static final Element _type_getDirList;	protected static final Element _type_getDirListResponse;	protected static final Element _type_getDriveList;	protected static final Element _type_getDriveListResponse;	protected static final Element _type_getFileDetails;	protected static final Element _type_getFileDetailsResponse;	protected static final Element _type_getFileList;	protected static final Element _type_getFileListResponse;	protected static final Element _type_getFileSize;	protected static final Element _type_getFileSizeResponse;	protected static final Element _type_getHidden;	protected static final Element _type_getHiddenResponse;	protected static final Element _type_getModified;	protected static final Element _type_getModifiedResponse;	protected static final Element _type_getPreview;	protected static final Element _type_getPreviewResponse;	protected static final Element _type_getPreview2;	protected static final Element _type_getPreview2Response;	protected static final Element _type_listingFile;	protected static final Element _type_listingFileResponse;	protected static final Element _type_sendEmail;	protected static final Element _type_sendEmailResponse;	static {		// Create all of the Type's that this stub uses, once.		Element _type_String_1;		_type_String_1 = new Element(_qname_String_1, Type.STRING, 1, 1, true);		Element _type_String_2;		_type_String_2 = new Element(_qname_String_2, Type.STRING, 1, 1, true);		Element _type_String_3;		_type_String_3 = new Element(_qname_String_3, Type.STRING, 1, 1, true);		ComplexType _complexType_checkUserValid;		_complexType_checkUserValid = new ComplexType();		_complexType_checkUserValid.elements = new Element[3];		_complexType_checkUserValid.elements[0] = _type_String_1;		_complexType_checkUserValid.elements[1] = _type_String_2;		_complexType_checkUserValid.elements[2] = _type_String_3;		_type_checkUserValid = new Element(_qname_checkUserValid, _complexType_checkUserValid);		Element _type_result;		_type_result = new Element(_qname_result, Type.BOOLEAN);		ComplexType _complexType_checkUserValidResponse;		_complexType_checkUserValidResponse = new ComplexType();		_complexType_checkUserValidResponse.elements = new Element[1];		_complexType_checkUserValidResponse.elements[0] = _type_result;		_type_checkUserValidResponse = new Element(_qname_checkUserValidResponse, _complexType_checkUserValidResponse);		_type_getDirList = new Element(_qname_getDirList, _complexType_checkUserValid);		Element _type_result2;		_type_result2 = new Element(_qname_result, Type.STRING, 0, -1, true);		ComplexType _complexType_getDirListResponse;		_complexType_getDirListResponse = new ComplexType();		_complexType_getDirListResponse.elements = new Element[1];		_complexType_getDirListResponse.elements[0] = _type_result2;		_type_getDirListResponse = new Element(_qname_getDirListResponse, _complexType_getDirListResponse);		ComplexType _complexType_getDriveList;		_complexType_getDriveList = new ComplexType();		_complexType_getDriveList.elements = new Element[1];		_complexType_getDriveList.elements[0] = _type_String_1;		_type_getDriveList = new Element(_qname_getDriveList, _complexType_getDriveList);		_type_getDriveListResponse = new Element(_qname_getDriveListResponse, _complexType_getDirListResponse);		ComplexType _complexType_getFileDetails;		_complexType_getFileDetails = new ComplexType();		_complexType_getFileDetails.elements = new Element[2];		_complexType_getFileDetails.elements[0] = _type_String_1;		_complexType_getFileDetails.elements[1] = _type_String_2;		_type_getFileDetails = new Element(_qname_getFileDetails, _complexType_getFileDetails);		_type_getFileDetailsResponse = new Element(_qname_getFileDetailsResponse, _complexType_checkUserValidResponse);		_type_getFileList = new Element(_qname_getFileList, _complexType_checkUserValid);		_type_getFileListResponse = new Element(_qname_getFileListResponse, _complexType_getDirListResponse);		_type_getFileSize = new Element(_qname_getFileSize, _complexType_getFileDetails);		Element _type_result3;		_type_result3 = new Element(_qname_result, Type.LONG);		ComplexType _complexType_getFileSizeResponse;		_complexType_getFileSizeResponse = new ComplexType();		_complexType_getFileSizeResponse.elements = new Element[1];		_complexType_getFileSizeResponse.elements[0] = _type_result3;		_type_getFileSizeResponse = new Element(_qname_getFileSizeResponse, _complexType_getFileSizeResponse);		_type_getHidden = new Element(_qname_getHidden, _complexType_getDriveList);		_type_getHiddenResponse = new Element(_qname_getHiddenResponse, _complexType_checkUserValidResponse);		_type_getModified = new Element(_qname_getModified, _complexType_getFileDetails);		Element _type_result4;		_type_result4 = new Element(_qname_result, Type.STRING, 1, 1, true);		ComplexType _complexType_getModifiedResponse;		_complexType_getModifiedResponse = new ComplexType();		_complexType_getModifiedResponse.elements = new Element[1];		_complexType_getModifiedResponse.elements[0] = _type_result4;		_type_getModifiedResponse = new Element(_qname_getModifiedResponse, _complexType_getModifiedResponse);		_type_getPreview = new Element(_qname_getPreview, _complexType_checkUserValid);		_type_getPreviewResponse = new Element(_qname_getPreviewResponse, _complexType_checkUserValidResponse);		Element _type_int_3;		_type_int_3 = new Element(_qname_int_3, Type.INT);		Element _type_int_4;		_type_int_4 = new Element(_qname_int_4, Type.INT);		Element _type_int_5;		_type_int_5 = new Element(_qname_int_5, Type.INT);		Element _type_String_6;		_type_String_6 = new Element(_qname_String_6, Type.STRING, 1, 1, true);		ComplexType _complexType_getPreview2;		_complexType_getPreview2 = new ComplexType();		_complexType_getPreview2.elements = new Element[6];		_complexType_getPreview2.elements[0] = _type_String_1;		_complexType_getPreview2.elements[1] = _type_String_2;		_complexType_getPreview2.elements[2] = _type_int_3;		_complexType_getPreview2.elements[3] = _type_int_4;		_complexType_getPreview2.elements[4] = _type_int_5;		_complexType_getPreview2.elements[5] = _type_String_6;		_type_getPreview2 = new Element(_qname_getPreview2, _complexType_getPreview2);		_type_getPreview2Response = new Element(_qname_getPreview2Response, _complexType_checkUserValidResponse);		_type_listingFile = new Element(_qname_listingFile, _complexType_checkUserValid);		_type_listingFileResponse = new Element(_qname_listingFileResponse, _complexType_checkUserValidResponse);		Element _type_String_4;		_type_String_4 = new Element(_qname_String_4, Type.STRING, 1, 1, true);		Element _type_arrayOfString_5;		_type_arrayOfString_5 = new Element(_qname_arrayOfString_5, Type.STRING, 0, -1, true);		ComplexType _complexType_sendEmail;		_complexType_sendEmail = new ComplexType();		_complexType_sendEmail.elements = new Element[6];		_complexType_sendEmail.elements[0] = _type_String_1;		_complexType_sendEmail.elements[1] = _type_String_2;		_complexType_sendEmail.elements[2] = _type_String_3;		_complexType_sendEmail.elements[3] = _type_String_4;		_complexType_sendEmail.elements[4] = _type_arrayOfString_5;		_complexType_sendEmail.elements[5] = _type_String_6;		_type_sendEmail = new Element(_qname_sendEmail, _complexType_sendEmail);		_type_sendEmailResponse = new Element(_qname_sendEmailResponse, _complexType_checkUserValidResponse);	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -