org.apache.sandesha2.util
Class SpecSpecificConstants

java.lang.Object
  extended byorg.apache.sandesha2.util.SpecSpecificConstants

public class SpecSpecificConstants
extends java.lang.Object


Constructor Summary
SpecSpecificConstants()
           
 
Method Summary
static java.lang.String getAckRequestAction(java.lang.String specVersion)
           
static java.lang.String getAckRequestSOAPAction(java.lang.String specVersion)
           
static java.lang.String getAddressingAnonymousURI(java.lang.String addressingNSURI)
           
static java.lang.String getAddressingFaultAction(java.lang.String addressingNSURI)
           
static java.lang.String getCloseSequenceAction(java.lang.String specVersion)
           
static java.lang.String getCloseSequenceResponseAction(java.lang.String specVersion)
           
static java.lang.String getCreateSequenceAction(java.lang.String specVersion)
           
static java.lang.String getCreateSequenceResponseAction(java.lang.String specVersion)
           
static java.lang.String getCreateSequenceResponseSOAPAction(java.lang.String specVersion)
           
static java.lang.String getCreateSequenceSOAPAction(java.lang.String specVersion)
           
static java.lang.String getDefaultSpecVersion()
           
static java.lang.String getRMNamespaceValue(java.lang.String specVersion)
           
static java.lang.String getSequenceAcknowledgementAction(java.lang.String specVersion)
           
static java.lang.String getSequenceAcknowledgementSOAPAction(java.lang.String specVersion)
           
static java.lang.String getSpecVersionString(java.lang.String namespaceValue)
           
static java.lang.String getTerminateSequenceAction(java.lang.String specVersion)
           
static java.lang.String getTerminateSequenceResponseAction(java.lang.String specVersion)
           
static java.lang.String getTerminateSequenceResponseSOAPAction(java.lang.String specVersion)
           
static java.lang.String getTerminateSequenceSOAPAction(java.lang.String specVersion)
           
static boolean isAckFinalAllowed(java.lang.String specVersion)
           
static boolean isAckNoneAllowed(java.lang.String specVersion)
           
static boolean isLastMessageIndicatorRequired(java.lang.String specVersion)
           
static boolean isSequenceClosingAllowed(java.lang.String specVersion)
           
static boolean isTerminateSequenceResponseRequired(java.lang.String specVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecSpecificConstants

public SpecSpecificConstants()
Method Detail

getSpecVersionString

public static java.lang.String getSpecVersionString(java.lang.String namespaceValue)
                                             throws SandeshaException
Throws:
SandeshaException

getRMNamespaceValue

public static java.lang.String getRMNamespaceValue(java.lang.String specVersion)
                                            throws SandeshaException
Throws:
SandeshaException

getCreateSequenceAction

public static java.lang.String getCreateSequenceAction(java.lang.String specVersion)
                                                throws SandeshaException
Throws:
SandeshaException

getCreateSequenceResponseAction

public static java.lang.String getCreateSequenceResponseAction(java.lang.String specVersion)
                                                        throws SandeshaException
Throws:
SandeshaException

getTerminateSequenceAction

public static java.lang.String getTerminateSequenceAction(java.lang.String specVersion)
                                                   throws SandeshaException
Throws:
SandeshaException

getTerminateSequenceResponseAction

public static java.lang.String getTerminateSequenceResponseAction(java.lang.String specVersion)
                                                           throws SandeshaException
Throws:
SandeshaException

getCloseSequenceAction

public static java.lang.String getCloseSequenceAction(java.lang.String specVersion)
                                               throws SandeshaException
Throws:
SandeshaException

getCloseSequenceResponseAction

public static java.lang.String getCloseSequenceResponseAction(java.lang.String specVersion)
                                                       throws SandeshaException
Throws:
SandeshaException

getAckRequestAction

public static java.lang.String getAckRequestAction(java.lang.String specVersion)
                                            throws SandeshaException
Throws:
SandeshaException

getSequenceAcknowledgementAction

public static java.lang.String getSequenceAcknowledgementAction(java.lang.String specVersion)
                                                         throws SandeshaException
Throws:
SandeshaException

getCreateSequenceSOAPAction

public static java.lang.String getCreateSequenceSOAPAction(java.lang.String specVersion)
                                                    throws SandeshaException
Throws:
SandeshaException

getCreateSequenceResponseSOAPAction

public static java.lang.String getCreateSequenceResponseSOAPAction(java.lang.String specVersion)
                                                            throws SandeshaException
Throws:
SandeshaException

getTerminateSequenceSOAPAction

public static java.lang.String getTerminateSequenceSOAPAction(java.lang.String specVersion)
                                                       throws SandeshaException
Throws:
SandeshaException

getTerminateSequenceResponseSOAPAction

public static java.lang.String getTerminateSequenceResponseSOAPAction(java.lang.String specVersion)
                                                               throws SandeshaException
Throws:
SandeshaException

getAckRequestSOAPAction

public static java.lang.String getAckRequestSOAPAction(java.lang.String specVersion)
                                                throws SandeshaException
Throws:
SandeshaException

getSequenceAcknowledgementSOAPAction

public static java.lang.String getSequenceAcknowledgementSOAPAction(java.lang.String specVersion)
                                                             throws SandeshaException
Throws:
SandeshaException

isTerminateSequenceResponseRequired

public static boolean isTerminateSequenceResponseRequired(java.lang.String specVersion)
                                                   throws SandeshaException
Throws:
SandeshaException

isLastMessageIndicatorRequired

public static boolean isLastMessageIndicatorRequired(java.lang.String specVersion)
                                              throws SandeshaException
Throws:
SandeshaException

isAckFinalAllowed

public static boolean isAckFinalAllowed(java.lang.String specVersion)
                                 throws SandeshaException
Throws:
SandeshaException

isAckNoneAllowed

public static boolean isAckNoneAllowed(java.lang.String specVersion)
                                throws SandeshaException
Throws:
SandeshaException

isSequenceClosingAllowed

public static boolean isSequenceClosingAllowed(java.lang.String specVersion)
                                        throws SandeshaException
Throws:
SandeshaException

getDefaultSpecVersion

public static java.lang.String getDefaultSpecVersion()

getAddressingAnonymousURI

public static java.lang.String getAddressingAnonymousURI(java.lang.String addressingNSURI)
                                                  throws SandeshaException
Throws:
SandeshaException

getAddressingFaultAction

public static java.lang.String getAddressingFaultAction(java.lang.String addressingNSURI)
                                                 throws SandeshaException
Throws:
SandeshaException


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.