org.alfresco.webservice.action
Interface ActionService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
ActionServiceLocator

public interface ActionService
extends javax.xml.rpc.Service


Method Summary
 ActionServiceSoapPort getActionService()
           
 ActionServiceSoapPort getActionService(java.net.URL portAddress)
           
 java.lang.String getActionServiceAddress()
          Provides Action and Rule manipulation methods.
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getActionServiceAddress

java.lang.String getActionServiceAddress()
Provides Action and Rule manipulation methods.


getActionService

ActionServiceSoapPort getActionService()
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getActionService

ActionServiceSoapPort getActionService(java.net.URL portAddress)
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.