com.arjuna.wst11.stub.Volatile2PCStub Maven / Gradle / Ivy
The newest version!
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package com.arjuna.wst11.stub;
import com.arjuna.wst.Volatile2PCParticipant;
import jakarta.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 - 2025 Weber Informatics LLC | Privacy Policy