FileDocCategorySizeDatePackage
ATCompletion.javaAPI DocExample3473Tue May 29 16:57:16 BST 2007com.sun.xml.ws.tx.at

ATCompletion

public class ATCompletion extends com.sun.xml.ws.tx.coordinator.Registrant
This class encapsulates a WS-AT completion registrant
author
Ryan.Shoemaker@Sun.COM
version
$Revision: 1.3.6.1 $
since
1.0

Fields Summary
static final String
NYI
Constructors Summary
public ATCompletion(com.sun.xml.ws.tx.coordinator.Coordinator parent, com.sun.xml.ws.tx.webservice.member.coord.RegisterType registerRequest)


         
        super(parent, registerRequest);

        final String protocolId = registerRequest.getProtocolIdentifier();
        assert(Constants.WSAT_COMPLETION_PROTOCOL.equals(protocolId));
    
Methods Summary
public voidcommit()

        // TODO send completion committed to Completion Intiator web service
        throw new UnsupportedOperationException(NYI);
    
public voidforget()

        // TODO: implement
    
public javax.xml.ws.EndpointReferencegetLocalParticipantProtocolService()

        throw new UnsupportedOperationException(NYI);
    
public javax.xml.ws.EndpointReferencegetParticipantProtocolService()

        throw new UnsupportedOperationException(NYI);
    
public voidrollback()

        // TODO send completion aborted to Completion Initiator web service
        throw new UnsupportedOperationException(NYI);