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

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

public class ActivityIdentifier
extends Identifier


Field Summary
static java.lang.String ACTIVITY_ID
           
static javax.xml.namespace.QName QNAME
           
 
Fields inherited from class com.sun.xml.ws.tx.common.Identifier
value
 
Constructor Summary
ActivityIdentifier(java.lang.String id)
          Create an activity identified from the given 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

ACTIVITY_ID

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

QNAME

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

ActivityIdentifier

public ActivityIdentifier(@NotNull
                          java.lang.String id)
Create an activity identified from the given id string

Parameters:
id - id
Method Detail

getName

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