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

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

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

import com.arjuna.wst.Volatile2PCParticipant;

import javax.xml.ws.wsaddressing.W3CEndpointReference;

public class Volatile2PCStub extends ParticipantStub implements Volatile2PCParticipant
{
    public Volatile2PCStub(final String id, final W3CEndpointReference twoPCParticipant)
        throws Exception
    {
        super(id, false, twoPCParticipant) ;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy