Class ParticipantPortTypePortImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.at.v10.endpoint.ParticipantPortTypePortImpl
-
- All Implemented Interfaces:
ParticipantPortType
@BindingType("http://schemas.xmlsoap.org/wsdl/soap/http") @MemberSubmissionAddressing public class ParticipantPortTypePortImpl extends Object implements ParticipantPortType
-
-
Constructor Summary
Constructors Constructor Description ParticipantPortTypePortImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit(Notification parameters)protected Participant<Notification>getProxy()voidprepare(Notification parameters)voidrollback(Notification parameters)StringtoString()
-
-
-
Method Detail
-
prepare
public void prepare(Notification parameters)
- Specified by:
preparein interfaceParticipantPortType- Parameters:
parameters-
-
commit
public void commit(Notification parameters)
- Specified by:
commitin interfaceParticipantPortType- Parameters:
parameters-
-
rollback
public void rollback(Notification parameters)
- Specified by:
rollbackin interfaceParticipantPortType- Parameters:
parameters-
-
getProxy
protected Participant<Notification> getProxy()
-
-