Package org.eclipse.higgins.sts.common

Examples of org.eclipse.higgins.sts.common.Fault


  }

    private void setWstFault(IConstants constants, ISTSResponse response,
                             String reason, String detail)
    {
        final Fault fault = new Fault(
            constants.getWSTrustNamespace(),
            "wst", constants.getRequestFailedFaultCode(),
            reason, detail);

        response.setFault(fault);
View Full Code Here

TOP

Related Classes of org.eclipse.higgins.sts.common.Fault

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.