org.alfresco.www.ws.service.action._1_0
Class ActionServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.alfresco.www.ws.service.action._1_0.ActionServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, ActionServiceSoapPort

public class ActionServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ActionServiceSoapPort


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ActionServiceSoapBindingStub()
           
ActionServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ActionServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 ActionExecutionResult[] executeActions(ExecuteActions parameters)
          Executes actions.
 ActionItemDefinition[] getActionDefinitions(GetActionDefinitions parameters)
          Gets the available action definitions.
 GetActionItemDefinitionResponse getActionItemDefinition(GetActionItemDefinition parameters)
          Get a named action item definition.
 Action[] getActions(GetActions parameters)
          Gets the actions saved against a reference.
 ActionItemDefinition[] getConditionDefinitions(GetConditionDefinitions parameters)
          Gets the available condition definitions.
 Rule[] getRules(GetRules parameters)
          Gets the rules for a reference.
 GetRuleTypeResponse getRuleType(GetRuleType parameters)
          Get a named rule type.
 RuleType[] getRuleTypes(GetRuleTypes parameters)
          Gets the availble action types.
 RemoveActionsResponse removeActions(RemoveActions parameters)
          Removes saved actions.
 RemoveRulesResponse removeRules(RemoveRules parameters)
          Remove saved rules.
 Action[] saveActions(SaveActions parameters)
          Save actions against a given reference.
 Rule[] saveRules(SaveRules parameters)
          Save rules.
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionServiceSoapBindingStub

public ActionServiceSoapBindingStub()
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ActionServiceSoapBindingStub

public ActionServiceSoapBindingStub(java.net.URL endpointURL,
                                    javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ActionServiceSoapBindingStub

public ActionServiceSoapBindingStub(javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConditionDefinitions

public ActionItemDefinition[] getConditionDefinitions(GetConditionDefinitions parameters)
                                               throws java.rmi.RemoteException,
                                                      ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the available condition definitions.

Specified by:
getConditionDefinitions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActionDefinitions

public ActionItemDefinition[] getActionDefinitions(GetActionDefinitions parameters)
                                            throws java.rmi.RemoteException,
                                                   ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the available action definitions.

Specified by:
getActionDefinitions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActionItemDefinition

public GetActionItemDefinitionResponse getActionItemDefinition(GetActionItemDefinition parameters)
                                                        throws java.rmi.RemoteException,
                                                               ActionFault
Description copied from interface: ActionServiceSoapPort
Get a named action item definition.

Specified by:
getActionItemDefinition in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRuleTypes

public RuleType[] getRuleTypes(GetRuleTypes parameters)
                        throws java.rmi.RemoteException,
                               ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the availble action types.

Specified by:
getRuleTypes in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRuleType

public GetRuleTypeResponse getRuleType(GetRuleType parameters)
                                throws java.rmi.RemoteException,
                                       ActionFault
Description copied from interface: ActionServiceSoapPort
Get a named rule type.

Specified by:
getRuleType in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActions

public Action[] getActions(GetActions parameters)
                    throws java.rmi.RemoteException,
                           ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the actions saved against a reference.

Specified by:
getActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

saveActions

public Action[] saveActions(SaveActions parameters)
                     throws java.rmi.RemoteException,
                            ActionFault
Description copied from interface: ActionServiceSoapPort
Save actions against a given reference.

Specified by:
saveActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

removeActions

public RemoveActionsResponse removeActions(RemoveActions parameters)
                                    throws java.rmi.RemoteException,
                                           ActionFault
Description copied from interface: ActionServiceSoapPort
Removes saved actions.

Specified by:
removeActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

executeActions

public ActionExecutionResult[] executeActions(ExecuteActions parameters)
                                       throws java.rmi.RemoteException,
                                              ActionFault
Description copied from interface: ActionServiceSoapPort
Executes actions.

Specified by:
executeActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRules

public Rule[] getRules(GetRules parameters)
                throws java.rmi.RemoteException,
                       ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the rules for a reference.

Specified by:
getRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

saveRules

public Rule[] saveRules(SaveRules parameters)
                 throws java.rmi.RemoteException,
                        ActionFault
Description copied from interface: ActionServiceSoapPort
Save rules.

Specified by:
saveRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

removeRules

public RemoveRulesResponse removeRules(RemoveRules parameters)
                                throws java.rmi.RemoteException,
                                       ActionFault
Description copied from interface: ActionServiceSoapPort
Remove saved rules.

Specified by:
removeRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault


Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.