com.sun.xml.ws.tx.common
Class RegistrantIdentifier

java.lang.Object
  extended by com.sun.xml.ws.tx.common.Identifier
      extended by com.sun.xml.ws.tx.common.RegistrantIdentifier

public class RegistrantIdentifier
extends Identifier


Field Summary
static javax.xml.namespace.QName QNAME
           
static java.lang.String REGISTRANT_ID
           
 
Fields inherited from class com.sun.xml.ws.tx.common.Identifier
value
 
Constructor Summary
RegistrantIdentifier(java.lang.String id)
          Create a new registrant id based on the supplied id string
 
Method Summary
 javax.xml.namespace.QName getName()
           
 
Methods inherited from class com.sun.xml.ws.tx.common.Identifier
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGISTRANT_ID

public static final java.lang.String REGISTRANT_ID
See Also:
Constant Field Values

QNAME

public static final javax.xml.namespace.QName QNAME
Constructor Detail

RegistrantIdentifier

public RegistrantIdentifier(@NotNull
                            java.lang.String id)
Create a new registrant id based on the supplied id string

Parameters:
id - id
Method Detail

getName

@NotNull
public javax.xml.namespace.QName getName()
Specified by:
getName in class Identifier