Searched refs:soapEndpoint (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.java75 private String soapEndpoint = null; field in class:Description
97 soapEndpoint = endPoint;
196 if ((soapEndpoint == null) && (wsdlURI == null)) {
207 if ((soapEndpoint != null) || (wsdlURI != null) ||
217 soapEndpoint = XMLUtils.getElementValue((Element) child);
218 if ((soapEndpoint == null) || (soapEndpoint.length() == 0)) {
251 if ((soapEndpoint != null) || (wsdlURI != null) ||
273 if ((soapEndpoint != null) || (serviceNameRef != null) ||
448 return soapEndpoint;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDescription.java75 private String soapEndpoint = null; field in class:Description
97 soapEndpoint = endPoint;
196 if ((soapEndpoint == null) && (wsdlURI == null)) {
207 if ((soapEndpoint != null) || (wsdlURI != null) ||
217 soapEndpoint = XMLUtils.getElementValue((Element) child);
218 if ((soapEndpoint == null) || (soapEndpoint.length() == 0)) {
251 if ((soapEndpoint != null) || (wsdlURI != null) ||
273 if ((soapEndpoint != null) || (serviceNameRef != null) ||
448 return soapEndpoint;
[all...]

Completed in 28 milliseconds