zj
2025-01-06 0e7b38c2b3af72ea2a7f8a2fcbaad4d78e2c1977
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * Service.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4.1-SNAPSHOT Nov 07, 2023 (07:57:58 UTC) WSDL2Java emitter.
 */
 
package com.gear.common.utils.emailsq.service;
 
public interface Service extends javax.xml.rpc.Service {
    public java.lang.String getServiceSoapAddress();
 
    public com.gear.common.utils.emailsq.service.ServiceSoap getServiceSoap() throws javax.xml.rpc.ServiceException;
 
    public com.gear.common.utils.emailsq.service.ServiceSoap getServiceSoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
    public java.lang.String getServiceSoap12Address();
 
    public com.gear.common.utils.emailsq.service.ServiceSoap getServiceSoap12() throws javax.xml.rpc.ServiceException;
 
    public com.gear.common.utils.emailsq.service.ServiceSoap getServiceSoap12(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}