it.imolinfo.jbi4corba.webservice.generator
Class WSDLDescriptor

java.lang.Object
  extended by 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

Constructor Summary
WSDLDescriptor(String corbaServiceName, String localizationType, String namespace, String endpointName)
           
 
Method Summary
 String getCorbaServiceName()
           
 String getEndpointName()
           
 String getLocalizationType()
           
 String getNamespace()
           
 Properties getOrbProperties()
           
 boolean isPersistentConsumer()
           
 void setOrbProperties(Properties orbProperties)
           
 void setPersistentConsumer(boolean persistentConsumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLDescriptor

public WSDLDescriptor(String corbaServiceName,
                      String localizationType,
                      String namespace,
                      String endpointName)
Parameters:
corbaServiceName - The corba service name
localizationType - The Localization Type
namespace - The name space
endpointName - The endpoint name
Method Detail

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.