it.imolinfo.jbi4corba.webservice.generator
Class WSDLDescriptor
java.lang.Object
it.imolinfo.jbi4corba.webservice.generator.WSDLDescriptor
public class WSDLDescriptor
- extends Object
Descriptor to incapsulate all fields required to generate a WSDL file
starting from an IDL (CORBA) file.
- Author:
- Marco Cimatti
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLDescriptor
public WSDLDescriptor(String corbaServiceName,
String localizationType,
String namespace,
String endpointName)
- Parameters:
corbaServiceName
- The corba service namelocalizationType
- The Localization Typenamespace
- The name spaceendpointName
- The endpoint name
getCorbaServiceName
public String getCorbaServiceName()
- Returns:
- The return
getLocalizationType
public String getLocalizationType()
- Returns:
- The return
getEndpointName
public String getEndpointName()
- Returns:
- The return
getNamespace
public String getNamespace()
- Returns:
- The return
getOrbProperties
public Properties getOrbProperties()
- Returns:
- The return
setOrbProperties
public void setOrbProperties(Properties orbProperties)
- Parameters:
orbProperties
- The orb properties
isPersistentConsumer
public boolean isPersistentConsumer()
- Returns:
- the persistentConsumer
setPersistentConsumer
public void setPersistentConsumer(boolean persistentConsumer)
- Parameters:
persistentConsumer
- the persistentConsumer to set
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.