org.teleal.cling.transport.spi
Interface SOAPActionProcessor

All Known Implementing Classes:
SOAPActionProcessorImpl

public interface SOAPActionProcessor


Method Summary
 void readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation)
           
 void writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation)
           
 void writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation)
           
 

Method Detail

writeBody

void writeBody(ActionRequestMessage requestMessage,
               ActionInvocation actionInvocation)
               throws UnsupportedDataException
Throws:
UnsupportedDataException

writeBody

void writeBody(ActionResponseMessage responseMessage,
               ActionInvocation actionInvocation)
               throws UnsupportedDataException
Throws:
UnsupportedDataException

readBody

void readBody(ActionRequestMessage requestMessage,
              ActionInvocation actionInvocation)
              throws UnsupportedDataException
Throws:
UnsupportedDataException

readBody

void readBody(ActionResponseMessage responseMsg,
              ActionInvocation actionInvocation)
              throws UnsupportedDataException
Throws:
UnsupportedDataException


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