com.sun.xml.ws.tx.at.v10.endpoint
Class ParticipantPortTypePortImpl

java.lang.Object
  extended by com.sun.xml.ws.tx.at.v10.endpoint.ParticipantPortTypePortImpl
All Implemented Interfaces:
ParticipantPortType

@BindingType(value="http://schemas.xmlsoap.org/wsdl/soap/http")
@MemberSubmissionAddressing
public class ParticipantPortTypePortImpl
extends Object
implements ParticipantPortType


Constructor Summary
ParticipantPortTypePortImpl()
           
 
Method Summary
 void commit(Notification parameters)
           
protected  Participant<Notification> getProxy()
           
 void prepare(Notification parameters)
           
 void rollback(Notification parameters)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticipantPortTypePortImpl

public ParticipantPortTypePortImpl()
Method Detail

prepare

public void prepare(Notification parameters)
Specified by:
prepare in interface ParticipantPortType
Parameters:
parameters -

commit

public void commit(Notification parameters)
Specified by:
commit in interface ParticipantPortType
Parameters:
parameters -

rollback

public void rollback(Notification parameters)
Specified by:
rollback in interface ParticipantPortType
Parameters:
parameters -

getProxy

protected Participant<Notification> getProxy()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.