|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 actionInvocation,
UpnpResponse operation)
|
abstract void |
ActionCallback.failure(ActionInvocation actionInvocation,
UpnpResponse operation)
Called when the action invocation failed. |
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 Object[] |
MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation,
Method method)
|
void |
ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
|
protected void |
QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected void |
MethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected abstract void |
ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected void |
QueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected boolean |
MethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation)
|
protected void |
ActionExecutor.setOutputArgumentValues(ActionInvocation<LocalService> actionInvocation,
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,
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)
|
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)
|
void |
SOAPActionProcessor.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessor.writeBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |