Apache CXF API

org.apache.cxf.transport
Interface MessageObserver

All Known Subinterfaces:
Client

public interface MessageObserver

Observer for incoming messages.


Method Summary
 void onMessage(Message message)
          Called for an incoming message, i.e.
 

Method Detail

onMessage

void onMessage(Message message)
Called for an incoming message, i.e. where the content format(s) is/are source(s).

Parameters:
message -

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.