Verwendungen von Schnittstelle
org.jupnp.model.message.control.ActionResponseMessage
Packages, die ActionResponseMessage verwenden
Package
Beschreibung
-
Verwendungen von ActionResponseMessage in org.jupnp.model.message.control
Klassen in org.jupnp.model.message.control, die ActionResponseMessage implementierenModifizierer und TypKlasseBeschreibungclassclass -
Verwendungen von ActionResponseMessage in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl mit Parametern vom Typ ActionResponseMessageModifizierer und TypMethodeBeschreibungvoidSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.readBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) protected ElementSOAPActionProcessorImpl.writeActionResponseElement(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeBodyFailure(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) -
Verwendungen von ActionResponseMessage in org.jupnp.transport.spi
Methoden in org.jupnp.transport.spi mit Parametern vom Typ ActionResponseMessageModifizierer und TypMethodeBeschreibungvoidSOAPActionProcessor.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) Converts SOAP XML content of the response message and sets output argument values on the given invocation.voidSOAPActionProcessor.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) Converts the given invocation output into SOAP XML content, setting on the given response message.