Package org.ogce.schemas.gfac.inca.faults

Examples of org.ogce.schemas.gfac.inca.faults.ActionDocument


    }
    public void setFaultCode(String faultCode) {
        this.faultCode = faultCode;
    }
    public ActionDocument createFaultData(XmlObject fault,String api,Throwable e){
        ActionDocument document = ActionDocument.Factory.newInstance();
        Action type = document.addNewAction();
        type.setId("");
        type.setApplication("lead");
        type.setApi(api);
       
        if(fault instanceof DataTransfer){
View Full Code Here

TOP

Related Classes of org.ogce.schemas.gfac.inca.faults.ActionDocument

Copyright © 2018 www.massapicom. 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.