blob: 865609626ac3fc9bcde50abe5a8bc1968b6e77fe [file] [log] [blame]
/**
* MantisConnect.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.intellij.tasks.mantis.model;
public interface MantisConnect extends javax.xml.rpc.Service {
public java.lang.String getMantisConnectPortAddress();
public com.intellij.tasks.mantis.model.MantisConnectPortType getMantisConnectPort() throws javax.xml.rpc.ServiceException;
public com.intellij.tasks.mantis.model.MantisConnectPortType getMantisConnectPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}