Examples of faultOperation()


Examples of com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType.faultOperation()

        // see faults containing those values
        fault.setSoapFaultType(soapFault.getSoapFaultType().getValue());
        fault.setReason(soapFault.getReason());
        fault.setSubCode(soapFault.getSubcode());

        port.faultOperation(fault);
    }

    /**
     * Send a fault.
     * @param addressingProperties The addressing context.
View Full Code Here

Examples of com.arjuna.schemas.ws._2005._10.wsarjtx.TerminationParticipantPortType.faultOperation()

        // see faults containing those values
        fault.setSoapFaultType(soapFault.getSoapFaultType().getValue());
        fault.setReason(soapFault.getReason());
        fault.setSubCode(soapFault.getSubcode());

        port.faultOperation(fault);
    }

    /**
     * return a coordinator endpoint appropriate to the type of participant
     * @param participant
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.