BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wsee.reliability
Class WsrmSequenceSender

java.lang.Object
  extended byweblogic.wsee.reliability.WsrmSequenceSender

public final class WsrmSequenceSender
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
WsrmSequenceSender()
           
 
Method Summary
static void acknowledge(String sequenceId, long sequenceNumberLow, long sequenceNumberHigh, weblogic.wsee.addressing.EndpointReference acksTo, boolean secure)
           
static weblogic.wsee.reliability.headers.AcknowledgementHeader ackRequest(weblogic.messaging.saf.SAFConversationInfo info)
           
static weblogic.messaging.saf.SAFConversationHandle createSequence(weblogic.messaging.saf.SAFConversationInfo info)
          Create a sequence.
static void send(weblogic.messaging.saf.SAFConversationInfo info, weblogic.messaging.saf.SAFRequest request)
           
static void sendFault(String sequenceId, weblogic.wsee.addressing.EndpointReference faultTo, weblogic.wsee.reliability.faults.SequenceFaultMsg fault)
           
static void terminateSequence(weblogic.messaging.saf.SAFConversationInfo info)
          Terminate a sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrmSequenceSender

public WsrmSequenceSender()
Method Detail

acknowledge

public static void acknowledge(String sequenceId,
                               long sequenceNumberLow,
                               long sequenceNumberHigh,
                               weblogic.wsee.addressing.EndpointReference acksTo,
                               boolean secure)
                        throws weblogic.messaging.saf.SAFTransportException,
                               weblogic.messaging.saf.SAFException
Throws:
weblogic.messaging.saf.SAFTransportException
weblogic.messaging.saf.SAFException

ackRequest

public static weblogic.wsee.reliability.headers.AcknowledgementHeader ackRequest(weblogic.messaging.saf.SAFConversationInfo info)
                                                                          throws weblogic.messaging.saf.SAFTransportException
Throws:
weblogic.messaging.saf.SAFTransportException

createSequence

public static weblogic.messaging.saf.SAFConversationHandle createSequence(weblogic.messaging.saf.SAFConversationInfo info)
                                                                   throws weblogic.messaging.saf.SAFTransportException
Create a sequence.

Throws:
weblogic.messaging.saf.SAFTransportException

send

public static void send(weblogic.messaging.saf.SAFConversationInfo info,
                        weblogic.messaging.saf.SAFRequest request)
                 throws weblogic.messaging.saf.SAFTransportException
Throws:
weblogic.messaging.saf.SAFTransportException

sendFault

public static void sendFault(String sequenceId,
                             weblogic.wsee.addressing.EndpointReference faultTo,
                             weblogic.wsee.reliability.faults.SequenceFaultMsg fault)
                      throws weblogic.messaging.saf.SAFTransportException
Throws:
weblogic.messaging.saf.SAFTransportException

terminateSequence

public static void terminateSequence(weblogic.messaging.saf.SAFConversationInfo info)
                              throws weblogic.messaging.saf.SAFTransportException
Terminate a sequence.

Throws:
weblogic.messaging.saf.SAFTransportException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.