Searched refs:ServiceInstance (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DResourceOffering.java54 * <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 DServiceInstance.java25 * $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 * &lt;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 DDiscoveryClient.java171 ServiceInstance instance = offering.getServiceInstance();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DResourceOffering.java54 * &lt;element name="ServiceInstance" type="{urn:liberty:disco:2003-08}ServiceInstanceType"/>
67 * &lt;ServiceInstance xmlns="urn:liberty:disco:2003-08">
80 * &lt;/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 DServiceInstance.java25 * $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 * &lt;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 DDiscoveryClient.java171 ServiceInstance instance = offering.getServiceInstance();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstance.java25 * $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 DServiceConfigManager.java212 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 DServiceInstance.java25 * $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 DServiceConfigManager.java212 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 DMessageProcessor.java59 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 DMessageProcessor.java59 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 DDSTClient.java35 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 DDSTClient.java35 import com.sun.identity.liberty.ws.disco.ServiceInstance;
308 ServiceInstance serviceInstance = offering.getServiceInstance();

Completed in 38 milliseconds