Searched defs:wsdlURI (Results 1 - 2 of 2) sorted by relevance

/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 545 milliseconds