Searched refs:wsdlURI (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDescriptionData.java85 String wsdlURI = desc.getWsdlURI();
87 if ((wsdlURI != null) && (wsdlURI.length() > 0)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDescriptionData.java85 String wsdlURI = desc.getWsdlURI();
87 if ((wsdlURI != null) && (wsdlURI.length() > 0)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDescription.java78 private String wsdlURI = null; field in class:Description
196 if ((soapEndpoint == null) && (wsdlURI == null)) {
207 if ((soapEndpoint != null) || (wsdlURI != null) ||
229 if ((soapAction != null) || (wsdlURI != null) ||
251 if ((soapEndpoint != null) || (wsdlURI != null) ||
261 wsdlURI = XMLUtils.getElementValue((Element) child);
262 if ((wsdlURI == null) || (wsdlURI.length() == 0)) {
407 return wsdlURI;
417 wsdlURI
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDescription.java78 private String wsdlURI = null; field in class:Description
196 if ((soapEndpoint == null) && (wsdlURI == null)) {
207 if ((soapEndpoint != null) || (wsdlURI != null) ||
229 if ((soapAction != null) || (wsdlURI != null) ||
251 if ((soapEndpoint != null) || (wsdlURI != null) ||
261 wsdlURI = XMLUtils.getElementValue((Element) child);
262 if ((wsdlURI == null) || (wsdlURI.length() == 0)) {
407 return wsdlURI;
417 wsdlURI
[all...]

Completed in 30 milliseconds