| Modifier and Type | Field and Description |
|---|---|
protected ActionInvocation |
ActionCallback.actionInvocation |
| Modifier and Type | Method and Description |
|---|---|
ActionInvocation |
ActionCallback.getActionInvocation() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ActionCallback.createDefaultFailureMessage(ActionInvocation invocation,
UpnpResponse operation) |
protected void |
ActionCallback.failure(ActionInvocation invocation,
UpnpResponse operation) |
abstract void |
ActionCallback.failure(ActionInvocation invocation,
UpnpResponse operation,
String defaultMsg)
Called when the action invocation failed.
|
void |
ActionCallback.Default.failure(ActionInvocation invocation,
UpnpResponse operation,
String defaultMsg) |
abstract void |
ActionCallback.success(ActionInvocation invocation)
Called when the action invocation succeeded.
|
void |
ActionCallback.Default.success(ActionInvocation invocation) |
| Constructor and Description |
|---|
ActionCallback(ActionInvocation actionInvocation) |
ActionCallback(ActionInvocation actionInvocation,
ControlPoint controlPoint) |
Default(ActionInvocation actionInvocation,
ControlPoint controlPoint) |
| Modifier and Type | Method and Description |
|---|---|
SendingAction |
MockProtocolFactory.createSendingAction(ActionInvocation actionInvocation,
URL controlURL) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteActionInvocation
An action invocation by a remote control point.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation,
Method method) |
void |
AbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
Obtains the service implementation instance from the
ServiceManager, handles exceptions. |
void |
ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation) |
protected abstract void |
AbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl) |
protected void |
QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl) |
protected void |
MethodActionExecutor.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. |
| Constructor and Description |
|---|
OutgoingActionRequestMessage(ActionInvocation actionInvocation,
URL controlURL) |
| Modifier and Type | Method and Description |
|---|---|
SendingAction |
ProtocolFactory.createSendingAction(ActionInvocation actionInvocation,
URL controlURL)
Called by the
ControlPoint, creates a protocol for executing an action. |
SendingAction |
ProtocolFactoryImpl.createSendingAction(ActionInvocation actionInvocation,
URL controlURL) |
| Modifier and Type | Field and Description |
|---|---|
protected ActionInvocation |
SendingAction.actionInvocation |
| Constructor and Description |
|---|
SendingAction(UpnpService upnpService,
ActionInvocation actionInvocation,
URL controlURL) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 jUPnP.org. All rights reserved.