|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
public class ProviderServiceDescriptor
The service descriptor class.
Constructor Summary | |
---|---|
ProviderServiceDescriptor()
Instantiates a new provider service descriptor. |
Method Summary | |
---|---|
java.lang.String |
getComponentRootPath()
Gets the component root path. |
StatelessEJBProxy |
getEjbProxy()
Gets the ejb proxy. |
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. |
javax.xml.namespace.QName |
getPortTypeName()
Gets the port type name. |
java.util.Properties |
getSerialVersionUID()
Gets the serial version UID. |
javax.xml.namespace.QName |
getServiceName()
Gets the service name. |
void |
setComponentRootPath(java.lang.String componentRootPath)
Sets the component root path. |
void |
setEjbProxy(StatelessEJBProxy ejbProxy)
Sets the ejb proxy. |
void |
setJndiProperties(java.util.Properties jndiProperties)
Sets the jndi properties. |
void |
setLocalizationType(java.lang.String localizationType)
Sets the localization type. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOrbProperties(java.util.Properties orbProperties)
Sets the orb properties. |
void |
setPortTypeName(javax.xml.namespace.QName portTypeName)
Sets the port type name. |
void |
setSerialVersionUID(java.util.Properties serialVersionUID)
Sets the serial version UID. |
void |
setServiceName(javax.xml.namespace.QName serviceName)
Sets the service name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProviderServiceDescriptor()
Method Detail |
---|
public java.lang.String getComponentRootPath()
public void setComponentRootPath(java.lang.String componentRootPath)
componentRootPath
- the new component root pathpublic javax.xml.namespace.QName getServiceName()
public void setServiceName(javax.xml.namespace.QName serviceName)
serviceName
- the new service namepublic java.util.Properties getSerialVersionUID()
public void setSerialVersionUID(java.util.Properties serialVersionUID)
serialVersionUID
- the new serial version UIDpublic 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 void setName(java.lang.String name)
name
- the new namepublic java.lang.String getLocalizationType()
public void setLocalizationType(java.lang.String localizationType)
localizationType
- the new localization typepublic javax.xml.namespace.QName getPortTypeName()
public void setPortTypeName(javax.xml.namespace.QName portTypeName)
portTypeName
- the new port type namepublic StatelessEJBProxy getEjbProxy()
public void setEjbProxy(StatelessEJBProxy ejbProxy)
ejbProxy
- the new ejb proxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |