Uses of Class
org.teleal.cling.model.action.ActionInvocation

Packages that use ActionInvocation
org.teleal.cling.controlpoint   
org.teleal.cling.model.action   
org.teleal.cling.model.message.control   
org.teleal.cling.protocol   
org.teleal.cling.protocol.sync   
org.teleal.cling.transport.impl   
org.teleal.cling.transport.spi   
 

Uses of ActionInvocation in org.teleal.cling.controlpoint
 

Fields in org.teleal.cling.controlpoint declared as ActionInvocation
protected  ActionInvocation ActionCallback.actionInvocation
           
 

Methods in org.teleal.cling.controlpoint that return ActionInvocation
 ActionInvocation ActionCallback.getActionInvocation()
           
 

Methods in org.teleal.cling.controlpoint with parameters of type ActionInvocation
protected  String ActionCallback.createDefaultFailureMessage(ActionInvocation invocation, UpnpResponse operation)
           
abstract  void ActionCallback.failure(ActionInvocation invocation, UpnpResponse operation)
          Called when the action invocation failed.
 void ActionCallback.Default.failure(ActionInvocation invocation, UpnpResponse operation)
           
abstract  void ActionCallback.success(ActionInvocation invocation)
          Called when the action invocation succeeded.
 void ActionCallback.Default.success(ActionInvocation invocation)
           
 

Constructors in org.teleal.cling.controlpoint with parameters of type ActionInvocation
ActionCallback.Default(ActionInvocation actionInvocation, ControlPoint controlPoint)
           
ActionCallback(ActionInvocation actionInvocation)
           
ActionCallback(ActionInvocation actionInvocation, ControlPoint controlPoint)
           
 

Uses of ActionInvocation in org.teleal.cling.model.action
 

Methods in org.teleal.cling.model.action with parameters of type ActionInvocation
protected  Object[] MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, Method method)
           
 void ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
           
 void AbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
          Obtains the service implementation instance from the ServiceManager, handles exceptions.
protected  void QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  void MethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected abstract  void AbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  void QueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  boolean MethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation)
           
protected  void AbstractActionExecutor.setOutputArgumentValue(ActionInvocation<LocalService> actionInvocation, ActionArgument<LocalService> argument, Object result)
          Sets the output argument value on the ActionInvocation, considers string conversion.
 

Uses of ActionInvocation in org.teleal.cling.model.message.control
 

Constructors in org.teleal.cling.model.message.control with parameters of type ActionInvocation
OutgoingActionRequestMessage(ActionInvocation actionInvocation, URL controlURL)
           
 

Uses of ActionInvocation in org.teleal.cling.protocol
 

Methods in org.teleal.cling.protocol with parameters of type ActionInvocation
 SendingAction ProtocolFactoryImpl.createSendingAction(ActionInvocation actionInvocation, URL controlURL)
           
 SendingAction ProtocolFactory.createSendingAction(ActionInvocation actionInvocation, URL controlURL)
          Called by the ControlPoint, creates a protocol for executing an action.
 

Uses of ActionInvocation in org.teleal.cling.protocol.sync
 

Fields in org.teleal.cling.protocol.sync declared as ActionInvocation
protected  ActionInvocation SendingAction.actionInvocation
           
 

Constructors in org.teleal.cling.protocol.sync with parameters of type ActionInvocation
SendingAction(UpnpService upnpService, ActionInvocation actionInvocation, URL controlURL)
           
 

Uses of ActionInvocation in org.teleal.cling.transport.impl
 

Methods in org.teleal.cling.transport.impl with parameters of type ActionInvocation
 void SOAPActionProcessorImpl.readActionInputArguments(Element actionRequestElement, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readActionOutputArguments(Element actionResponseElement, ActionInvocation actionInvocation)
           
protected  Element SOAPActionProcessorImpl.readActionRequestElement(Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  Element SOAPActionProcessorImpl.readActionResponseElement(Element bodyElement, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readBodyRequest(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeActionInputArguments(Document d, Element actionRequestElement, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeActionOutputArguments(Document d, Element actionResponseElement, ActionInvocation actionInvocation)
           
protected  Element SOAPActionProcessorImpl.writeActionRequestElement(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  Element SOAPActionProcessorImpl.writeActionResponseElement(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyFailure(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyRequest(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeFaultElement(Document d, Element bodyElement, ActionInvocation actionInvocation)
           
 

Uses of ActionInvocation in org.teleal.cling.transport.spi
 

Methods in org.teleal.cling.transport.spi with parameters of type ActionInvocation
 void SOAPActionProcessor.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
          Converts SOAP XML content of the request message and sets input argument values on the given invocation.
 void SOAPActionProcessor.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation)
          Converts SOAP XML content of the response message and sets output argument values on the given invocation.
 void SOAPActionProcessor.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
          Converts the given invocation input into SOAP XML content, setting on the given request message.
 void SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation)
          Converts the given invocation output into SOAP XML content, setting on the given response message.
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.