ea093c08f25f4b81493a3c18d442172891233a9c.svn-base 531 Bytes
/**
 * WSEndpointService.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.bitservice.adi;

public interface WSEndpointService extends javax.xml.rpc.Service {
    public java.lang.String getWSEndpointPortAddress();

    public com.bitservice.adi.WSService getWSEndpointPort() throws javax.xml.rpc.ServiceException;

    public com.bitservice.adi.WSService getWSEndpointPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}