|
||||||||||
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(Object value)
|
protected Object[] |
MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation,
Method method)
|
ActionArgumentValue<S> |
ActionInvocationValues.createValue(ActionArgument<S> argument,
Object value)
|
void |
ActionInvocationValues.setValue(int i,
Object value)
|
void |
ActionInvocationValues.setValues(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(Document d,
Element bodyElement)
|
protected ActionException |
SOAPActionProcessorImpl.readFaultElement(Element bodyElement)
|
Methods in org.teleal.cling.transport.impl that throw ActionException | |
---|---|
void |
SOAPActionProcessorImpl.readActionInputArguments(Element actionRequestElement,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.readActionOutputArguments(Element actionResponseElement,
ActionInvocation actionInvocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |