com.sun.xml.ws.rx.rm.runtime.delivery
Interface Postman.Callback

Enclosing class:
Postman

public static interface Postman.Callback


Method Summary
 void deliver(ApplicationMessage message)
          Implementation of this method is responsible for processing RM data in a protocol dependent way and delivering the application message using underlying message transport and processing framework
 RuntimeContext getRuntimeContext()
           
 

Method Detail

deliver

void deliver(ApplicationMessage message)
Implementation of this method is responsible for processing RM data in a protocol dependent way and delivering the application message using underlying message transport and processing framework

Parameters:
message -

getRuntimeContext

RuntimeContext getRuntimeContext()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.