mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Moving to root below branch label
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* ClassificationService.java
|
||||
*
|
||||
* This file was auto-generated from WSDL
|
||||
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
|
||||
*/
|
||||
|
||||
package org.alfresco.example.webservice.classification;
|
||||
|
||||
public interface ClassificationService extends javax.xml.rpc.Service {
|
||||
|
||||
/**
|
||||
* Provides support for classifying content resources.
|
||||
*/
|
||||
public java.lang.String getClassificationServiceAddress();
|
||||
|
||||
public org.alfresco.example.webservice.classification.ClassificationServiceSoapPort getClassificationService() throws javax.xml.rpc.ServiceException;
|
||||
|
||||
public org.alfresco.example.webservice.classification.ClassificationServiceSoapPort getClassificationService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
|
||||
}
|
Reference in New Issue
Block a user