Searched refs:DSTUtils (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java34 import com.sun.identity.liberty.ws.dst.DSTUtils;
75 if(DSTUtils.debug.messageEnabled()) {
76 DSTUtils.debug.message("DSTRequestHandler:processRequest:" +
84 DSTUtils.debug.error("DSTRequestHandler:processRequest:"+
86 throw new Exception(DSTUtils.bundle.getString("nullInputParams"));
106 if(DSTUtils.debug.messageEnabled()) {
107 DSTUtils.debug.message("DSTRequestHandler:processRequest:" +
124 DSTUtils.debug.message("DSTRequestHandler:processSOAPBodies:Init");
149 DSTUtils.debug.error("DSTRequestHandler:generateBinary" +
181 DSTUtils
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java34 import com.sun.identity.liberty.ws.dst.DSTUtils;
75 if(DSTUtils.debug.messageEnabled()) {
76 DSTUtils.debug.message("DSTRequestHandler:processRequest:" +
84 DSTUtils.debug.error("DSTRequestHandler:processRequest:"+
86 throw new Exception(DSTUtils.bundle.getString("nullInputParams"));
106 if(DSTUtils.debug.messageEnabled()) {
107 DSTUtils.debug.message("DSTRequestHandler:processRequest:" +
124 DSTUtils.debug.message("DSTRequestHandler:processSOAPBodies:Init");
149 DSTUtils.debug.error("DSTRequestHandler:generateBinary" +
181 DSTUtils
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java246 DSTUtils.debug.error("DSTClient: resource offering is null");
248 DSTUtils.bundle.getString("nullInputParams"));
277 DSTUtils.debug.error("DSTClient: resource offering is null");
278 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
301 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
303 throw new DSTException(DSTUtils.bundle.getString("noResourceID"));
311 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
314 DSTUtils.bundle.getString("noServiceInstance"));
318 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
320 throw new DSTException(DSTUtils
[all...]
H A DDSTQuery.java151 DSTUtils.debug.error("DSTQuery(element):null input");
152 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
156 DSTUtils.debug.error("DSTQuery(element):Invalid element name");
157 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
161 DSTUtils.debug.error("DSTModify(element): NameSpace is not defined");
162 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
171 DSTUtils.debug.error("DSTQuery(element): ResourceIDNode is null" +
174 DSTUtils.bundle.getString("invalidResourceID"));
178 DSTUtils.debug.error("DSTQuery(element): ResourceID is null" );
180 DSTUtils
[all...]
H A DDSTQueryResponse.java121 DSTUtils.debug.error("DSTQueryResponse(element):null input");
122 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
126 DSTUtils.debug.error("DSTQueryResponse(element):Invalid " +
128 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
132 DSTUtils.debug.error("DSTQueryResponse(element): NameSpace is" +
134 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
145 DSTUtils.debug.error(
151 DSTUtils.debug.error("DSTQueryResponse(element): Response does" +
153 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
163 dstStatus = DSTUtils
[all...]
H A DDSTModify.java165 DSTUtils.debug.error("DSTModify(element):null input");
166 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
170 DSTUtils.debug.error("DSTModify(element):Invalid element name");
171 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
175 DSTUtils.debug.error("DSTModify(element): NameSpace is not defined");
176 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
186 DSTUtils.debug.error("DSTModify(element): ResourceIDNode is null" +
189 DSTUtils.bundle.getString("invalidResourceID"));
193 DSTUtils.debug.error("DSTModify(element): ResourceID is null" );
195 DSTUtils
[all...]
H A DDSTModifyResponse.java91 DSTUtils.debug.error("DSTModifyResponse(element):null input");
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
96 DSTUtils.debug.error("DSTModifyResponse(element):Invalid " +
98 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
102 DSTUtils.debug.error("DSTModifyResponse(element): NameSpace" +
104 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
115 DSTUtils.debug.error(
122 DSTUtils.debug.error("DSTModifyResponse(element): Response does" +
124 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
134 status = DSTUtils
[all...]
H A DDSTModification.java119 DSTUtils.debug.error("DSTModification(element):null input");
120 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
124 DSTUtils.debug.error("DSTModification(element):Invalid elementName");
125 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
130 DSTUtils.debug.error("DSTModification(element): Namespace is null");
131 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
144 DSTUtils.debug.error(
153 DSTUtils.debug.error("DSTModification(element): Select is null" +
156 DSTUtils.bundle.getString("invalidSelect"));
160 DSTUtils
[all...]
H A DDSTQueryItem.java116 DSTUtils.debug.error("DSTQueryItem(element):null input");
117 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
121 DSTUtils.debug.error("DSTQueryItem(element):Invalid elementName");
122 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
126 DSTUtils.debug.error("DSTQueryItem(element): Namespace is null");
127 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
141 DSTUtils.debug.error(
150 DSTUtils.debug.error("DSTQueryItem(element): Select is null" +
153 DSTUtils.bundle.getString("invalidSelect"));
157 DSTUtils
[all...]
H A DDSTData.java91 DSTUtils.debug.error("DSTData(element):null input");
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
96 DSTUtils.debug.error("DSTData(element):Invalid element name");
97 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
101 DSTUtils.debug.error("DSTData(element): NameSpace is not defined");
102 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
223 DSTUtils.debug.error("DSTData.toString: Name Space is " +
H A DDSTUtils.java25 * $Id: DSTUtils.java,v 1.3 2008/08/06 17:28:09 exu Exp $
43 * This class <code>DSTUtils</code> is an utility class used by the DST layer
47 public class DSTUtils { class
52 public DSTUtils() {} method in class:DSTUtils
64 debug.error("DSTUtils.parseXML: Parsing error.", ex);
71 debug.error("DSTUtils.parseStatus: nullInputParams");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java246 DSTUtils.debug.error("DSTClient: resource offering is null");
248 DSTUtils.bundle.getString("nullInputParams"));
277 DSTUtils.debug.error("DSTClient: resource offering is null");
278 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
301 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
303 throw new DSTException(DSTUtils.bundle.getString("noResourceID"));
311 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
314 DSTUtils.bundle.getString("noServiceInstance"));
318 DSTUtils.debug.error("DSTClient:parseResourceOffering: " +
320 throw new DSTException(DSTUtils
[all...]
H A DDSTQuery.java151 DSTUtils.debug.error("DSTQuery(element):null input");
152 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
156 DSTUtils.debug.error("DSTQuery(element):Invalid element name");
157 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
161 DSTUtils.debug.error("DSTModify(element): NameSpace is not defined");
162 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
171 DSTUtils.debug.error("DSTQuery(element): ResourceIDNode is null" +
174 DSTUtils.bundle.getString("invalidResourceID"));
178 DSTUtils.debug.error("DSTQuery(element): ResourceID is null" );
180 DSTUtils
[all...]
H A DDSTQueryResponse.java121 DSTUtils.debug.error("DSTQueryResponse(element):null input");
122 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
126 DSTUtils.debug.error("DSTQueryResponse(element):Invalid " +
128 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
132 DSTUtils.debug.error("DSTQueryResponse(element): NameSpace is" +
134 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
145 DSTUtils.debug.error(
151 DSTUtils.debug.error("DSTQueryResponse(element): Response does" +
153 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
163 dstStatus = DSTUtils
[all...]
H A DDSTModify.java165 DSTUtils.debug.error("DSTModify(element):null input");
166 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
170 DSTUtils.debug.error("DSTModify(element):Invalid element name");
171 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
175 DSTUtils.debug.error("DSTModify(element): NameSpace is not defined");
176 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
186 DSTUtils.debug.error("DSTModify(element): ResourceIDNode is null" +
189 DSTUtils.bundle.getString("invalidResourceID"));
193 DSTUtils.debug.error("DSTModify(element): ResourceID is null" );
195 DSTUtils
[all...]
H A DDSTModifyResponse.java91 DSTUtils.debug.error("DSTModifyResponse(element):null input");
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
96 DSTUtils.debug.error("DSTModifyResponse(element):Invalid " +
98 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
102 DSTUtils.debug.error("DSTModifyResponse(element): NameSpace" +
104 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
115 DSTUtils.debug.error(
122 DSTUtils.debug.error("DSTModifyResponse(element): Response does" +
124 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
134 status = DSTUtils
[all...]
H A DDSTModification.java119 DSTUtils.debug.error("DSTModification(element):null input");
120 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
124 DSTUtils.debug.error("DSTModification(element):Invalid elementName");
125 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
130 DSTUtils.debug.error("DSTModification(element): Namespace is null");
131 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
144 DSTUtils.debug.error(
153 DSTUtils.debug.error("DSTModification(element): Select is null" +
156 DSTUtils.bundle.getString("invalidSelect"));
160 DSTUtils
[all...]
H A DDSTQueryItem.java116 DSTUtils.debug.error("DSTQueryItem(element):null input");
117 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
121 DSTUtils.debug.error("DSTQueryItem(element):Invalid elementName");
122 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
126 DSTUtils.debug.error("DSTQueryItem(element): Namespace is null");
127 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
141 DSTUtils.debug.error(
150 DSTUtils.debug.error("DSTQueryItem(element): Select is null" +
153 DSTUtils.bundle.getString("invalidSelect"));
157 DSTUtils
[all...]
H A DDSTData.java91 DSTUtils.debug.error("DSTData(element):null input");
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
96 DSTUtils.debug.error("DSTData(element):Invalid element name");
97 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
101 DSTUtils.debug.error("DSTData(element): NameSpace is not defined");
102 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
223 DSTUtils.debug.error("DSTData.toString: Name Space is " +
H A DDSTUtils.java25 * $Id: DSTUtils.java,v 1.3 2008/08/06 17:28:09 exu Exp $
43 * This class <code>DSTUtils</code> is an utility class used by the DST layer
47 public class DSTUtils { class
52 public DSTUtils() {} method in class:DSTUtils
64 debug.error("DSTUtils.parseXML: Parsing error.", ex);
71 debug.error("DSTUtils.parseStatus: nullInputParams");

Completed in 46 milliseconds