org.ow2.jonas.ws.jaxws
Class PortIdentifier

java.lang.Object
  extended by org.ow2.jonas.ws.jaxws.PortIdentifier

public class PortIdentifier
extends Object

The PortIdentifier is the couple wsdl:service / wsdl:port that identifies a port in a WSDL definition.

Author:
Guillaume Sauthier

Constructor Summary
PortIdentifier(QName serviceName, String portName)
          Construct a new identifier.
 
Method Summary
 boolean equals(Object o)
           
 String getPortName()
           
 QName getServiceName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortIdentifier

public PortIdentifier(QName serviceName,
                      String portName)
Construct a new identifier.

Parameters:
serviceName - wsdl:service name.
portName - wsdl:port name.
Method Detail

getServiceName

public QName getServiceName()
Returns:
The wsdl:service name.

getPortName

public String getPortName()
Returns:
wsdl:port name.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 OW2 Consortium. All Rights Reserved.