Back to project page foodroid.
The source code is released under:
GNU General Public License
If you think the Android project foodroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * JaxRpcMessagingServiceService.java/*from w ww .j a v a 2 s. co m*/ * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.adp; public interface JaxRpcMessagingServiceService extends javax.xml.rpc.Service { public java.lang.String getMessagingServiceAddress(); public com.adp.JaxRpcMessagingService getMessagingService() throws javax.xml.rpc.ServiceException; public com.adp.JaxRpcMessagingService getMessagingService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }