|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
public class WSDLDescriptor
Descriptor to incapsulate all fields required to extend a WSDL file starting from a ejb RemoteInterface.
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 |
---|
public static final java.lang.String CORBANAME_LOCALIZATION_TYPE
public static final java.lang.String JNDI_LOCALIZATION_TYPE
Constructor Detail |
---|
public WSDLDescriptor(java.lang.String name, java.lang.String localizationType)
name
- The namelocalizationType
- The localization typeMethod Detail |
---|
public java.lang.String getCorbaServiceName()
public java.util.Properties getOrbProperties()
public void setOrbProperties(java.util.Properties orbProperties)
orbProperties
- the new orb propertiespublic java.util.Properties getJndiProperties()
public void setJndiProperties(java.util.Properties jndiProperties)
jndiProperties
- the new jndi propertiespublic java.lang.String getName()
public java.lang.String getLocalizationType()
public boolean isCorbaName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |