All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.wst11.stub.Durable2PCStub Maven / Gradle / Ivy

There is a newer version: 4.17.43.Final
Show newest version
package com.arjuna.wst11.stub;

import com.arjuna.wst.Durable2PCParticipant;

import javax.xml.ws.wsaddressing.W3CEndpointReference;

public class Durable2PCStub extends ParticipantStub implements Durable2PCParticipant
{
    // default ctor for crash recovery
    public Durable2PCStub() throws Exception {
        super(null, true, null);
    }

    public Durable2PCStub(final String id, final W3CEndpointReference twoPCParticipant)
        throws Exception
    {
        super(id, true, twoPCParticipant) ;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy