org.apache.sandesha2.wsrm
Class Identifier

java.lang.Object
  extended byorg.apache.sandesha2.wsrm.Identifier
All Implemented Interfaces:
IOMRMElement, Sandesha2Constants

public class Identifier
extends java.lang.Object
implements Sandesha2Constants, IOMRMElement


Nested Class Summary
 
Nested classes inherited from class org.apache.sandesha2.Sandesha2Constants
Sandesha2Constants.BeanMAPs, Sandesha2Constants.MessageParts, Sandesha2Constants.MessageTypes, Sandesha2Constants.Properties, Sandesha2Constants.QOS, Sandesha2Constants.SequenceProperties, Sandesha2Constants.SOAPFaults, Sandesha2Constants.SOAPVersion, Sandesha2Constants.WSA, Sandesha2Constants.WSP, Sandesha2Constants.WSRM
 
Field Summary
 
Fields inherited from interface org.apache.sandesha2.Sandesha2Constants
ACK_PROCSSED, ACK_WRITTEN, APPLICATION_PROCESSING_DONE, CLIENT_SLEEP_TIME, GLOBAL_IN_HANDLER_NAME, IN_HANDLER_NAME, INVOKER_SLEEP_TIME, MAXIMUM_RETRANSMISSION_ATTEMPTS, OUT_HANDLER_NAME, PROPERTY_FILE, RM_ENABLE_KEY, SENDER_SLEEP_TIME, STORAGE_MANAGER_IMPL, TEMP_SEQUENCE_ID, TERMINATE_DELAY
 
Constructor Summary
Identifier(org.apache.axis2.soap.SOAPFactory factory)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
           
 java.lang.String getIdentifier()
           
 org.apache.axis2.om.OMElement getOMElement()
           
 int hashCode()
           
 void setIndentifer(java.lang.String identifier)
           
 org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(org.apache.axis2.soap.SOAPFactory factory)
Method Detail

setIndentifer

public void setIndentifer(java.lang.String identifier)

getIdentifier

public java.lang.String getIdentifier()

getOMElement

public org.apache.axis2.om.OMElement getOMElement()
                                           throws org.apache.axis2.om.OMException
Specified by:
getOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

fromOMElement

public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
                               throws org.apache.axis2.om.OMException
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

toOMElement

public org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
                                          throws org.apache.axis2.om.OMException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

toString

public java.lang.String toString()

hashCode

public int hashCode()


Copyright © 2005 Apache Web Services. All Rights Reserved.