|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
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.
Constructor Summary | |
---|---|
PortId(String appName, String moduleName, String serviceName, String portName, boolean basedOnEJB) Create a unique identifier for a web service port. |
Method Summary | |
---|---|
boolean |
equals(Object obj) |
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. |
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.Method Detail |
---|
public String getAppName()
public String getServiceName()
public String getModuleName()
public String getPortName()
public boolean isBasedOnEJB21()
true
if the web service port is implemented by an EJB; false
otherwise.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |