|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceHandle
The ServiceHandle interface provides a persistable reference to a JWS service object. A ServiceHandle can refer to both a JWS service instance or to a JWS control instance that is associated with a JWS service instance.
Field Summary | |
---|---|
static int |
SCHEME_DEFAULT
|
static int |
SCHEME_FILE
|
static int |
SCHEME_FTP
|
static int |
SCHEME_HTTP
|
static int |
SCHEME_JMS
|
static int |
SCHEME_SMTP
|
Method Summary | |
---|---|
String |
getContextURI()
Returns the base context URI that references the root of the application containing this component. |
String |
getControlID()
Returns the identity of a control instance that the handle refers to. |
String |
getConversationID()
Returns the identity of a JWS conversation instance that the handle refers to. |
String |
getJNDIBaseName()
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()
Returns the protocol scheme that was used to construct the ServiceHandle. |
String |
getURI()
Returns a protocol-indendent URI which can be used to refer to this service. |
URL |
getURL()
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)
Returns a URL which defines a reference to this service using the specified scheme. |
Field Detail |
---|
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
Method Detail |
---|
int getScheme()
String getJNDIBaseName()
String getURI()
String getContextURI()
URL getURL(int scheme)
URL getURL()
String getConversationID()
String getControlID()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |