it.imolinfo.jbi4ejb.webservice.generator
Class WSDLDescriptor

java.lang.Object
  extended by it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor

public class WSDLDescriptor
extends java.lang.Object

Descriptor to incapsulate all fields required to extend a WSDL file starting from a ejb RemoteInterface.

Author:
Marco Piraccini

Field Summary
static java.lang.String CORBANAME_LOCALIZATION_TYPE
          The Constant CORBANAME_LOCALIZATION_TYPE.
static java.lang.String JNDI_LOCALIZATION_TYPE
          The Constant JNDI_LOCALIZATION_TYPE.
 
Constructor Summary
WSDLDescriptor(java.lang.String name, java.lang.String localizationType)
          Instantiates a new WSDL descriptor.
 
Method Summary
 java.lang.String getCorbaServiceName()
          Gets the corba service name.
 java.util.Properties getJndiProperties()
          Gets the jndi properties.
 java.lang.String getLocalizationType()
          Gets the localization type.
 java.lang.String getName()
          Gets the name.
 java.util.Properties getOrbProperties()
          Gets the orb properties.typesSerialVersionUIDs.
 boolean isCorbaName()
          True if the localilzation type is woth corba name.
 void setJndiProperties(java.util.Properties jndiProperties)
          Sets the jndi properties.
 void setOrbProperties(java.util.Properties orbProperties)
          Sets the orb properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORBANAME_LOCALIZATION_TYPE

public static final java.lang.String CORBANAME_LOCALIZATION_TYPE
The Constant CORBANAME_LOCALIZATION_TYPE.

See Also:
Constant Field Values

JNDI_LOCALIZATION_TYPE

public static final java.lang.String JNDI_LOCALIZATION_TYPE
The Constant JNDI_LOCALIZATION_TYPE.

See Also:
Constant Field Values
Constructor Detail

WSDLDescriptor

public WSDLDescriptor(java.lang.String name,
                      java.lang.String localizationType)
Instantiates a new WSDL descriptor.

Parameters:
name - The name
localizationType - The localization type
Method Detail

getCorbaServiceName

public java.lang.String getCorbaServiceName()
Gets the corba service name.

Returns:
the corba service name

getOrbProperties

public java.util.Properties getOrbProperties()
Gets the orb properties.typesSerialVersionUIDs.

Returns:
the orb properties

setOrbProperties

public void setOrbProperties(java.util.Properties orbProperties)
Sets the orb properties.

Parameters:
orbProperties - the new orb properties

getJndiProperties

public java.util.Properties getJndiProperties()
Gets the jndi properties.

Returns:
the jndi properties

setJndiProperties

public void setJndiProperties(java.util.Properties jndiProperties)
Sets the jndi properties.

Parameters:
jndiProperties - the new jndi properties

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getLocalizationType

public java.lang.String getLocalizationType()
Gets the localization type.

Returns:
the localization type

isCorbaName

public boolean isCorbaName()
True if the localilzation type is woth corba name.

Returns:
true, if the localilzation type is woth corba name


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.