|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.management.PortId
public class PortId
Instances of this class constitute unique identifiers for web service ports.
| Field Summary |
|---|
| Fields inherited from interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier |
|---|
PROPERTY_LEGACY_INTERCEPTOR_CONFIG_PORT_IDENTIFIER |
| Constructor Summary | |
|---|---|
PortId(oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier portId) |
|
PortId(String appName, String moduleName, String serviceName, String portName, boolean basedOnEJB)Create a unique identifier for a web service port. |
|
PortId(String appName, String moduleName, String serviceName, String portName, boolean basedOnEJB, String version_id)create a unique identifier for a web service port with a particular version Note a version only makes sense on the server side. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()Get the name of the application to which the web service port uniquely identified by this instance belongs. |
String |
getAppName()Get the name of the application to which the web service port uniquely identified by this instance belongs. |
String |
getModuleName()Get the name of the module to which the web service port uniquely identified by this instance belongs. |
String |
getPortName()Get the name of the web service port uniquely identified by this instance. |
String |
getServiceName()Get the name of the web service with which the port uniquely identified by this instance is associated. |
String |
getVersionID() |
int |
hashCode() |
boolean |
isBasedOnEJB21()Determine whether the web service port uniquely identified by this instance is implemented by an EJB. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortId(String appName,
String moduleName,
String serviceName,
String portName,
boolean basedOnEJB)
appName - The name of the application to which the web service belongs.moduleName - The name of the module to which the web service belongs.serviceName - The name of the web service.portName - The name of the web service port.basedOnEJB - Flag to indicate whether the web service is implemented by an EJB.
public PortId(String appName,
String moduleName,
String serviceName,
String portName,
boolean basedOnEJB,
String version_id)
appName -moduleName -serviceName -portName -basedOnEJB -version_id -public PortId(oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier portId)
| Method Detail |
|---|
public String getAppName()
public String getApplicationName()
getApplicationName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getServiceName()
getServiceName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getModuleName()
getModuleName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getPortName()
getPortName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic boolean isBasedOnEJB21()
true if the web service port is implemented by an EJB; false otherwise.public String getVersionID()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||