com.sany.sms.SmsNewOperatoraddsubCodeService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-sms Show documentation
Show all versions of pdp-sms Show documentation
bboss public development platform base on bboss.
/**
* SmsNewOperatoraddsubCodeService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.sany.sms;
public interface SmsNewOperatoraddsubCodeService extends javax.xml.rpc.Service {
public java.lang.String getSmsNewOperatoraddsubCodeAddress();
public SmsNewOperatoraddsubCode_PortType getSmsNewOperatoraddsubCode() throws javax.xml.rpc.ServiceException;
public SmsNewOperatoraddsubCode_PortType getSmsNewOperatoraddsubCode(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}