Uses of Class
org.teleal.cling.model.action.ActionException

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
protected  Object[] MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, Method method)
           
protected  void AbstractActionExecutor.setOutputArgumentValue(ActionInvocation<LocalService> actionInvocation, ActionArgument<LocalService> argument, Object result)
          Sets the output argument value on the ActionInvocation, considers string conversion.
 

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, LocalService service)
           
 

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  StreamResponseMessage SendingAction.sendRemoteRequest(OutgoingActionRequestMessage requestMessage)
           
 

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
protected  ActionArgumentValue SOAPActionProcessorImpl.createValue(ActionArgument arg, Object value)
           
protected  List<Node> SOAPActionProcessorImpl.getMatchingNodes(NodeList nodeList, List<ActionArgument> args)
           
 void SOAPActionProcessorImpl.readActionInputArguments(Element actionRequestElement, ActionInvocation actionInvocation)
           
protected  void SOAPActionProcessorImpl.readActionOutputArguments(Element actionResponseElement, ActionInvocation actionInvocation)
           
protected  ActionArgumentValue[] SOAPActionProcessorImpl.readArgumentValues(NodeList nodeList, List<ActionArgument> args)
           
 



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