com.arjuna.wst11.stub
Class BusinessActivityTerminatorRPCStub
java.lang.Object
com.arjuna.wst11.stub.BusinessActivityTerminatorRPCStub
- All Implemented Interfaces:
- BusinessActivityTerminator
public class BusinessActivityTerminatorRPCStub
- extends java.lang.Object
- implements BusinessActivityTerminator
Method Summary |
void |
cancel()
|
void |
close()
|
void |
complete()
|
void |
error()
|
javax.xml.ws.wsaddressing.W3CEndpointReference |
getEndpoint()
return either the terminator or participant endpoint depending upon what type of terminator strub this is |
void |
unknown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessActivityTerminatorRPCStub
public BusinessActivityTerminatorRPCStub(java.lang.String id,
javax.xml.ws.wsaddressing.W3CEndpointReference terminationCoordinator)
throws java.lang.Exception
- Throws:
java.lang.Exception
close
public void close()
throws TransactionRolledBackException,
UnknownTransactionException,
SystemException
- Specified by:
close
in interface BusinessActivityTerminator
- Throws:
TransactionRolledBackException
UnknownTransactionException
SystemException
cancel
public void cancel()
throws FaultedException,
UnknownTransactionException,
SystemException
- Specified by:
cancel
in interface BusinessActivityTerminator
- Throws:
FaultedException
UnknownTransactionException
SystemException
complete
public void complete()
throws FaultedException,
UnknownTransactionException,
SystemException
- Specified by:
complete
in interface BusinessActivityTerminator
- Throws:
FaultedException
UnknownTransactionException
SystemException
getEndpoint
public javax.xml.ws.wsaddressing.W3CEndpointReference getEndpoint()
- Description copied from interface:
BusinessActivityTerminator
- return either the terminator or participant endpoint depending upon what type of terminator strub this is
- Returns:
unknown
public void unknown()
throws SystemException
- Throws:
SystemException
error
public void error()
throws SystemException
- Throws:
SystemException