Package nl.clockwork.mule.ebms.model.ebxml

Examples of nl.clockwork.mule.ebms.model.ebxml.Description


  {
    Error error = new Error();
    error.setCodeContext(Constants.EBMS_ERROR_CODE_CONTEXT);
    error.setLocation(location);
    error.setErrorCode(errorCode);
    error.setDescription(new Description());
    error.getDescription().setLang(language);
    error.getDescription().setValue(description);
    error.setSeverity(severity);
    return error;
  }
View Full Code Here

TOP

Related Classes of nl.clockwork.mule.ebms.model.ebxml.Description

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.