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  java.lang.String ActionCallback.createDefaultFailureMessage(ActionInvocation actionInvocation, UpnpResponse operation)
           
abstract  void ActionCallback.failure(ActionInvocation actionInvocation, UpnpResponse operation)
           
abstract  void ActionCallback.success(ActionInvocation actionInvocation)
           
 

Constructors in org.teleal.cling.controlpoint with parameters of type ActionInvocation
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  java.lang.Object[] MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, java.lang.reflect.Method method)
           
 void ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
           
protected  void QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation, java.lang.Object serviceImpl)
           
protected  void MethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, java.lang.Object serviceImpl)
           
protected abstract  void ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, java.lang.Object serviceImpl)
           
protected  void QueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation, java.lang.Object serviceImpl)
           
protected  boolean MethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation)
           
protected  void ActionExecutor.setOutputArgumentValues(ActionInvocation<LocalService> actionInvocation, java.lang.Object result)
           
 

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, java.net.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, java.net.URL controlURL)
           
 SendingAction ProtocolFactory.createSendingAction(ActionInvocation actionInvocation, java.net.URL controlURL)
           
 

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, java.net.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(org.w3c.dom.Element actionRequestElement, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readActionOutputArguments(org.w3c.dom.Element actionResponseElement, ActionInvocation actionInvocation)
           
protected  org.w3c.dom.Element SOAPActionProcessorImpl.readActionRequestElement(org.w3c.dom.Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  org.w3c.dom.Element SOAPActionProcessorImpl.readActionResponseElement(org.w3c.dom.Element bodyElement, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readBodyRequest(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readBodyResponse(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeActionInputArguments(org.w3c.dom.Document d, org.w3c.dom.Element actionRequestElement, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeActionOutputArguments(org.w3c.dom.Document d, org.w3c.dom.Element actionResponseElement, ActionInvocation actionInvocation)
           
protected  org.w3c.dom.Element SOAPActionProcessorImpl.writeActionRequestElement(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  org.w3c.dom.Element SOAPActionProcessorImpl.writeActionResponseElement(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void SOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyFailure(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyRequest(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeBodyResponse(org.w3c.dom.Document d, org.w3c.dom.Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.writeFaultElement(org.w3c.dom.Document d, org.w3c.dom.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)
           
 void SOAPActionProcessor.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation)
           
 void SOAPActionProcessor.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation)
           
 



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