FileDocCategorySizeDatePackage
CoordinationContext200603.javaAPI DocExample3618Tue May 29 16:57:18 BST 2007com.sun.xml.ws.tx.coordinator

CoordinationContext200603

public class CoordinationContext200603 extends CoordinationContextBase
This class encapsulates the genertated 2006/03 version of CoordinationContextType

Just a placeholder for future implementation work...

author
Ryan.Shoemaker@Sun.COM
version
$Revision: 1.2.6.1 $
since
1.0

Fields Summary
Constructors Summary
public CoordinationContext200603()

        throw new UnsupportedOperationException();
    
Methods Summary
public java.lang.StringgetCoordinationType()

        throw new UnsupportedOperationException();
    
public longgetExpires()

        throw new UnsupportedOperationException();
    
public java.lang.StringgetIdentifier()

        throw new UnsupportedOperationException();
    
public java.util.MapgetOtherAttributes()

        return null;
    
public javax.xml.ws.EndpointReferencegetRegistrationService()

        throw new UnsupportedOperationException();
    
public java.lang.ObjectgetValue()

        return null;
    
public voidsetCoordinationType(java.lang.String coordinationType)

        throw new UnsupportedOperationException();
    
public voidsetExpires(long expires)

        throw new UnsupportedOperationException();
    
public voidsetIdentifier(java.lang.String identifier)

        throw new UnsupportedOperationException();
    
public voidsetRegistrationService(javax.xml.ws.EndpointReference registrationService)

        throw new UnsupportedOperationException();