public interface ServiceHandle extends Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static int | SCHEME_DEFAULTDeprecated.  | 
| static int | SCHEME_FILEDeprecated.  | 
| static int | SCHEME_FTPDeprecated.  | 
| static int | SCHEME_HTTPDeprecated.  | 
| static int | SCHEME_JMSDeprecated.  | 
| static int | SCHEME_SMTPDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContextURI()Deprecated.  Returns the base context URI that references the root of
 the application containing this component. | 
| String | getControlID()Deprecated.  Returns the identity of a control instance that the handle refers
 to. | 
| String | getConversationID()Deprecated.  Returns the identity of a JWS conversation instance that the
 handle refers to. | 
| String | getJNDIBaseName()Deprecated.  Returns a period-separated string based on the URI, which
 uniquely identifies this service on this server and is used
 to generate unique JNDI names for objects associated with this
 service. | 
| int | getScheme()Deprecated.  Returns the protocol scheme that was used to construct the
 ServiceHandle. | 
| String | getURI()Deprecated.  Returns a protocol-indendent URI which can be used to refer
 to this service. | 
| URL | getURL()Deprecated.  Returns a URL which defines a reference to this service using
 the same scheme that was used to construct the service handle. | 
| URL | getURL(int scheme)Deprecated.  Returns a URL which defines a reference to this service using
 the specified scheme. | 
static final int SCHEME_DEFAULT
static final int SCHEME_HTTP
static final int SCHEME_JMS
static final int SCHEME_SMTP
static final int SCHEME_FTP
static final int SCHEME_FILE
int getScheme()
String getJNDIBaseName()
String getURI()
String getContextURI()
URL getURL(int scheme)
URL getURL()
String getConversationID()
String getControlID()