org.apache.sandesha.ws.rm
Class Identifier

java.lang.Object
  extended byURI
      extended byorg.apache.sandesha.ws.rm.Identifier

public class Identifier
extends URI

class Identifier

Author:
Amila Navarathna, Jaliya Ekanayaka, Sudar Nimalan
See Also:
Serialized Form

Constructor Summary
Identifier()
          Constructor Identifier
 
Method Summary
 boolean equals(java.lang.Object obj)
          Method equals
 Identifier fromSOAPEnvelope(MessageElement element)
          Method fromSOAPEnvelope
 java.lang.String getIdentifier()
          Method getIdentifier
 MessageElement getSoapElement()
          Method getSoapElement
 int hashCode()
          Method hashCode
 void setIdentifier(java.lang.String string)
          Method setIdentifier
 void setUri(java.lang.String uri)
          Method setUri
 MessageElement toSOAPEnvelope(MessageElement msgElement)
          Method toSOAPEnvelope
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier()
Constructor Identifier

Method Detail

setUri

public void setUri(java.lang.String uri)
            throws SOAPException
Method setUri

Parameters:
uri -
Throws:
SOAPException

fromSOAPEnvelope

public Identifier fromSOAPEnvelope(MessageElement element)
Method fromSOAPEnvelope

Parameters:
element -
Returns:

toSOAPEnvelope

public MessageElement toSOAPEnvelope(MessageElement msgElement)
                              throws SOAPException
Method toSOAPEnvelope

Parameters:
msgElement -
Returns:
@throws SOAPException
Throws:
SOAPException

getSoapElement

public MessageElement getSoapElement()
                              throws SOAPException
Method getSoapElement

Returns:
@throws SOAPException
Throws:
SOAPException

getIdentifier

public java.lang.String getIdentifier()
Method getIdentifier

Returns:
String

setIdentifier

public void setIdentifier(java.lang.String string)
Method setIdentifier


equals

public boolean equals(java.lang.Object obj)
Method equals

Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
Method hashCode

Returns:
int

toString

public java.lang.String toString()
Method toString

Returns:
String