/** * 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; }