Uses of Interface
org.glassfish.cafe.api.ProtocolMessage

Packages that use ProtocolMessage
org.glassfish.cafe.spi   
 

Uses of ProtocolMessage in org.glassfish.cafe.spi
 

Methods in org.glassfish.cafe.spi with parameters of type ProtocolMessage
 O CafeObjectBuilder.buildCommunication(String name, ProtocolMessage msg)
          Build a Communication object from an incoming ProtocolMessage.
 Class<?> CafeModule.getSupportedType(ProtocolMessage msg)
          Get the type of Communication or UserProcedure supported for the incoming ProtocolMessage.
 void ProtocolMessageHandler.handleRequest(ProtocolMessage msg)
          CAFE framework will execute this method to handle incoming SIP request.
 void ProtocolMessageHandler.handleResponse(ProtocolMessage msg)
          CAFE framework will execute this method to handle incoming SIP response.
 void ProtocolMessageHandler.handleTimeout(ProtocolMessage msg)
          CAFE framework will execute this method to handle ServletTimer timeouts.
 



Copyright © 2010. All Rights Reserved.