Uses of Interface
javax.sip.ServerTransaction

Packages that use ServerTransaction
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
 

Uses of ServerTransaction in javax.sip
 

Methods in javax.sip that return ServerTransaction
 ServerTransaction SipProvider.getNewServerTransaction(Request request)
          An application has the responsibility of deciding to respond to a Request that does not match an existing server transaction.
 ServerTransaction RequestEvent.getServerTransaction()
          Gets the server transaction associated with this RequestEvent
 ServerTransaction TimeoutEvent.getServerTransaction()
          Gets the server transaction associated with this TimeoutEvent.
 ServerTransaction TransactionTerminatedEvent.getServerTransaction()
          Gets the server transaction associated with this TransactionTerminatedEvent.
 

Constructors in javax.sip with parameters of type ServerTransaction
RequestEvent(Object source, ServerTransaction serverTransaction, Dialog dialog, Request request)
          Constructs a RequestEvent encapsulating the Request that has been received by the underlying SipProvider.
TimeoutEvent(Object source, ServerTransaction serverTransaction, Timeout timeout)
          Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout.
TransactionTerminatedEvent(Object source, ServerTransaction serverTransaction)
          Constructs a TransactionTerminatedEvent to indicate a server retransmission or transaction timeout.
 



Copyright © 2012. All Rights Reserved.