it.imolinfo.jbi4corba.jbi
Class JbiServiceDescriptor

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.JbiServiceDescriptor

public class JbiServiceDescriptor
extends Object

JBIService Descriptor. Maps the configuratios that cen be read from the configuration WSDLs.


Field Summary
static String CONSUMER
           
static String PROVIDER
           
 
Constructor Summary
JbiServiceDescriptor()
          Default constructor.
 
Method Summary
 boolean equals(Object obj)
           
 String getCorbaServiceName()
           
 String getIdlFileName()
           
 String getIdlFileNameDirectory()
           
 String getLocalizationType()
           
 Properties getOrbProperties()
           
 QName getPortTypeName()
           
 String getRole()
           
 String getServiceName()
           
 String getServiceName(String name)
           
 Properties getServiceNames()
           
 String getServiceNameSpace()
           
 String getWsdlURL()
           
 Boolean isPersistent()
           
 void setCorbaServiceName(String corbaServiceName)
           
 void setIdlFileName(String idlFileName)
           
 void setIdlFileNameDirectory(String idlFileNameDirectory)
           
 void setLocalizationType(String localizationType)
           
 void setOrbProperties(Properties orbProperties)
           
 void setPersistent(Boolean persistent)
           
 void setPortTypeName(QName portTypeName)
           
 void setRole(String role)
           
 void setServiceName(String serviceName)
           
 void setServiceNames(Properties serviceNames)
           
 void setServiceNameSpace(String serviceNameSpace)
           
 void setWsdlURL(String wsdlURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONSUMER

public static final String CONSUMER
See Also:
Constant Field Values

PROVIDER

public static final String PROVIDER
See Also:
Constant Field Values
Constructor Detail

JbiServiceDescriptor

public JbiServiceDescriptor()
Default constructor.

Method Detail

getIdlFileName

public String getIdlFileName()
Returns:
The return

setIdlFileName

public void setIdlFileName(String idlFileName)
Parameters:
idlFileName - The idl file name

getIdlFileNameDirectory

public String getIdlFileNameDirectory()
Returns:
The return

setIdlFileNameDirectory

public void setIdlFileNameDirectory(String idlFileNameDirectory)
Parameters:
idlFileNameDirectory - The idl file name directory

getLocalizationType

public String getLocalizationType()
Returns:
The return

setLocalizationType

public void setLocalizationType(String localizationType)
Parameters:
localizationType - The localization type

getOrbProperties

public Properties getOrbProperties()
Returns:
The return

setOrbProperties

public void setOrbProperties(Properties orbProperties)
Parameters:
orbProperties - The orb properties

getServiceNames

public Properties getServiceNames()
Returns:
The return

setServiceNames

public void setServiceNames(Properties serviceNames)
Parameters:
serviceNames - The service names

getServiceName

public String getServiceName(String name)
Parameters:
name - The name
Returns:
The return

getServiceNameSpace

public String getServiceNameSpace()
Returns:
The return

setServiceNameSpace

public void setServiceNameSpace(String serviceNameSpace)
Parameters:
serviceNameSpace - The service names space

getRole

public String getRole()
Returns:
The return

setRole

public void setRole(String role)
Parameters:
role - The role

getServiceName

public String getServiceName()
Returns:
The return

setServiceName

public void setServiceName(String serviceName)
Parameters:
serviceName - The service names

toString

public String toString()
Overrides:
toString in class Object
Returns:
The return

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
Parameters:
obj - The object
Returns:
The return

getCorbaServiceName

public String getCorbaServiceName()
Returns:
The return

setCorbaServiceName

public void setCorbaServiceName(String corbaServiceName)
Parameters:
corbaServiceName - The corba service name

getPortTypeName

public QName getPortTypeName()

setPortTypeName

public void setPortTypeName(QName portTypeName)

getWsdlURL

public String getWsdlURL()

setWsdlURL

public void setWsdlURL(String wsdlURL)

isPersistent

public Boolean isPersistent()

setPersistent

public void setPersistent(Boolean persistent)


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