Searched defs:ServiceInstance (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
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...]
/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);
/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);

Completed in 30 milliseconds