|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionException | |
---|---|
org.teleal.cling.model.action | |
org.teleal.cling.model.message.control | |
org.teleal.cling.protocol.sync | |
org.teleal.cling.transport.impl |
Uses of ActionException in org.teleal.cling.model.action |
---|
Fields in org.teleal.cling.model.action declared as ActionException | |
---|---|
protected ActionException |
ActionInvocation.failure
|
Methods in org.teleal.cling.model.action that return ActionException | |
---|---|
ActionException |
ActionInvocation.getFailure()
|
Methods in org.teleal.cling.model.action with parameters of type ActionException | |
---|---|
void |
ActionInvocation.setFailure(ActionException failure)
|
Methods in org.teleal.cling.model.action that throw ActionException | |
---|---|
boolean |
ActionInvocationValues.addValue(java.lang.Object value)
|
protected java.lang.Object[] |
MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation,
java.lang.reflect.Method method)
|
ActionArgumentValue<S> |
ActionInvocationValues.createValue(ActionArgument<S> argument,
java.lang.Object value)
|
void |
ActionInvocationValues.setValue(int i,
java.lang.Object value)
|
void |
ActionInvocationValues.setValues(java.lang.Object... values)
|
Constructors in org.teleal.cling.model.action with parameters of type ActionException | |
---|---|
ActionInvocation(ActionException failure)
|
Uses of ActionException in org.teleal.cling.model.message.control |
---|
Constructors in org.teleal.cling.model.message.control that throw ActionException | |
---|---|
IncomingActionRequestMessage(StreamRequestMessage source,
DeviceService<LocalService> deviceService)
|
Uses of ActionException in org.teleal.cling.protocol.sync |
---|
Methods in org.teleal.cling.protocol.sync that throw ActionException | |
---|---|
protected void |
SendingAction.handleResponse(IncomingActionResponseMessage responseMsg)
|
protected void |
SendingAction.handleResponseFailure(IncomingActionResponseMessage responseMsg)
|
protected boolean |
SendingAction.isFailedTryAgain(IncomingActionResponseMessage responseMessage,
OutgoingActionRequestMessage requestMessage)
|
protected StreamResponseMessage |
SendingAction.sendRemoteRequest(OutgoingActionRequestMessage requestMessage)
|
protected IncomingActionResponseMessage |
SendingAction.tryAgain(OutgoingActionRequestMessage originalRequestMessage)
|
Uses of ActionException in org.teleal.cling.transport.impl |
---|
Methods in org.teleal.cling.transport.impl that return ActionException | |
---|---|
protected ActionException |
SOAPActionProcessorImpl.readBodyFailure(org.w3c.dom.Document d,
org.w3c.dom.Element bodyElement)
|
protected ActionException |
SOAPActionProcessorImpl.readFaultElement(org.w3c.dom.Element bodyElement)
|
Methods in org.teleal.cling.transport.impl that throw ActionException | |
---|---|
void |
SOAPActionProcessorImpl.readActionInputArguments(org.w3c.dom.Element actionRequestElement,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.readActionOutputArguments(org.w3c.dom.Element actionResponseElement,
ActionInvocation actionInvocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |