Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.management
Class PortId

java.lang.Object
  extended by oracle.webservices.management.PortId

All Implemented Interfaces:
Serializable

public class PortId
extends Object
implements Serializable

Instances of this class constitute unique identifiers for web service ports.

See Also:
Serialized Form

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

PortId

public PortId(String appName,
              String moduleName,
              String serviceName,
              String portName,
              boolean basedOnEJB)
Create a unique identifier for a web service port.
Parameters:
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

getAppName

public String getAppName()
Get the name of the application to which the web service port uniquely identified by this instance belongs.
Returns:
The web service port's application name.

getServiceName

public String getServiceName()
Get the name of the web service with which the port uniquely identified by this instance is associated.
Returns:
The name of the web service.

getModuleName

public String getModuleName()
Get the name of the module to which the web service port uniquely identified by this instance belongs.
Returns:
The name of the module.

getPortName

public String getPortName()
Get the name of the web service port uniquely identified by this instance.
Returns:
The name of the web service port.

isBasedOnEJB21

public boolean isBasedOnEJB21()
Determine whether the web service port uniquely identified by this instance is implemented by an EJB.
Returns:
true if the web service port is implemented by an EJB; false otherwise.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.