it.imolinfo.jbi4corba.utils
Class EPREndpointInfo

java.lang.Object
  extended by it.imolinfo.jbi4corba.utils.EPREndpointInfo

public class EPREndpointInfo
extends Object

Holder for Enpoint Reference information This Class Create an Holder that mantain all the information about to EPR

Author:
Luca Acquaviva

Constructor Summary
EPREndpointInfo()
          Default Constructor
EPREndpointInfo(String address, QName intname, String endpoitname)
           
 
Method Summary
 String getEndpointName()
          get the EndpointName
 QName getInterfacename()
          Return the interface name
 String getIor()
          Return the IOR
 void setEndpointName(String endpointName)
          Set EndpointName
 void setInterfacename(QName interfacename)
          Set interface Name
 void setIor(String ior)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPREndpointInfo

public EPREndpointInfo()
Default Constructor


EPREndpointInfo

public EPREndpointInfo(String address,
                       QName intname,
                       String endpoitname)
Method Detail

getIor

public String getIor()
Return the IOR

Returns:
String IOR

setIor

public void setIor(String ior)
Parameters:
String - IOR

getInterfacename

public QName getInterfacename()
Return the interface name

Returns:
the return

setInterfacename

public void setInterfacename(QName interfacename)
Set interface Name

Parameters:
interfacename -

getEndpointName

public String getEndpointName()
get the EndpointName


setEndpointName

public void setEndpointName(String endpointName)
Set EndpointName

Parameters:
Stirng -


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.