/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | ResourceOffering.java | 54 * <element name="ServiceInstance" type="{urn:liberty:disco:2003-08}ServiceInstanceType"/> 67 * <ServiceInstance xmlns="urn:liberty:disco:2003-08"> 80 * </ServiceInstance> 100 private ServiceInstance serviceInstance = null; 110 ServiceInstance serviceInstance) 123 ServiceInstance serviceInstance) 196 } else if (nodeName.equals("ServiceInstance")) { 200 + ": Included more than one ServiceInstance."); 205 serviceInstance = new ServiceInstance((Element) child); 250 + "ServiceInstance elemen [all...] |
H A D | ServiceInstance.java | 25 * $Id: ServiceInstance.java,v 1.2 2008/06/25 05:47:11 qcheng Exp $ 43 * The class <code>ServiceInstance</code> describes a web service at a 46 * within the <code>ServiceInstance</code> object. 49 * <xs:element name="ServiceInstance" type="ServiceInstanceType"/> 65 public class ServiceInstance { class 74 public ServiceInstance (){} method in class:ServiceInstance 82 public ServiceInstance (String serviceType, method in class:ServiceInstance 93 * @param elem <code>ServiceInstance</code> DOM element. 96 public ServiceInstance(Element elem) throws DiscoveryException { method in class:ServiceInstance 98 DiscoUtils.debug.message("ServiceInstance(Elemen [all...] |
H A D | DiscoveryClient.java | 171 ServiceInstance instance = offering.getServiceInstance();
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | ResourceOffering.java | 54 * <element name="ServiceInstance" type="{urn:liberty:disco:2003-08}ServiceInstanceType"/> 67 * <ServiceInstance xmlns="urn:liberty:disco:2003-08"> 80 * </ServiceInstance> 100 private ServiceInstance serviceInstance = null; 110 ServiceInstance serviceInstance) 123 ServiceInstance serviceInstance) 196 } else if (nodeName.equals("ServiceInstance")) { 200 + ": Included more than one ServiceInstance."); 205 serviceInstance = new ServiceInstance((Element) child); 250 + "ServiceInstance elemen [all...] |
H A D | ServiceInstance.java | 25 * $Id: ServiceInstance.java,v 1.2 2008/06/25 05:47:11 qcheng Exp $ 43 * The class <code>ServiceInstance</code> describes a web service at a 46 * within the <code>ServiceInstance</code> object. 49 * <xs:element name="ServiceInstance" type="ServiceInstanceType"/> 65 public class ServiceInstance { class 74 public ServiceInstance (){} method in class:ServiceInstance 82 public ServiceInstance (String serviceType, method in class:ServiceInstance 93 * @param elem <code>ServiceInstance</code> DOM element. 96 public ServiceInstance(Element elem) throws DiscoveryException { method in class:ServiceInstance 98 DiscoUtils.debug.message("ServiceInstance(Elemen [all...] |
H A D | DiscoveryClient.java | 171 ServiceInstance instance = offering.getServiceInstance();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceInstance.java | 25 * $Id: ServiceInstance.java,v 1.5 2008/07/11 01:46:21 arviranga Exp $ 43 * The class <code>ServiceInstance</code> provides methods to manage service's 48 public class ServiceInstance { class 57 ServiceInstance(ServiceConfigManager scm, ServiceInstanceImpl i) { method in class:ServiceInstance 157 * Returns the String representation of the <code>ServiceInstance</code> 160 * @return the String representation of the <code>ServiceInstance</code> 330 SMSEntry.debug.error("ServiceInstance:validate exception", ex);
|
H A D | ServiceConfigManager.java | 212 public ServiceInstance getInstance(String instanceName) 215 return (new ServiceInstance(this, 722 ServiceInstance instance = getInstance(instanceName);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceInstance.java | 25 * $Id: ServiceInstance.java,v 1.5 2008/07/11 01:46:21 arviranga Exp $ 43 * The class <code>ServiceInstance</code> provides methods to manage service's 48 public class ServiceInstance { class 57 ServiceInstance(ServiceConfigManager scm, ServiceInstanceImpl i) { method in class:ServiceInstance 157 * Returns the String representation of the <code>ServiceInstance</code> 160 * @return the String representation of the <code>ServiceInstance</code> 330 SMSEntry.debug.error("ServiceInstance:validate exception", ex);
|
H A D | ServiceConfigManager.java | 212 public ServiceInstance getInstance(String instanceName) 215 return (new ServiceInstance(this, 722 ServiceInstance instance = getInstance(instanceName);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | MessageProcessor.java | 59 import com.sun.identity.liberty.ws.disco.ServiceInstance; 495 ServiceInstance si = offering.getServiceInstance();
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | MessageProcessor.java | 59 import com.sun.identity.liberty.ws.disco.ServiceInstance; 495 ServiceInstance si = offering.getServiceInstance();
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/ |
H A D | DSTClient.java | 35 import com.sun.identity.liberty.ws.disco.ServiceInstance; 308 ServiceInstance serviceInstance = offering.getServiceInstance();
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/ |
H A D | DSTClient.java | 35 import com.sun.identity.liberty.ws.disco.ServiceInstance; 308 ServiceInstance serviceInstance = offering.getServiceInstance();
|