it.imolinfo.jbi4ejb.descriptor
Class ProviderServiceDescriptor

java.lang.Object
  extended by it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor

public class ProviderServiceDescriptor
extends java.lang.Object

The service descriptor class.

Author:
marco

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

ProviderServiceDescriptor

public ProviderServiceDescriptor()
Instantiates a new provider service descriptor.

Method Detail

getComponentRootPath

public java.lang.String getComponentRootPath()
Gets the component root path.

Returns:
the component root path

setComponentRootPath

public void setComponentRootPath(java.lang.String componentRootPath)
Sets the component root path.

Parameters:
componentRootPath - the new component root path

getServiceName

public javax.xml.namespace.QName getServiceName()
Gets the service name.

Returns:
the service name

setServiceName

public void setServiceName(javax.xml.namespace.QName serviceName)
Sets the service name.

Parameters:
serviceName - the new service name

getSerialVersionUID

public java.util.Properties getSerialVersionUID()
Gets the serial version UID.

Returns:
the serial version UID

setSerialVersionUID

public void setSerialVersionUID(java.util.Properties serialVersionUID)
Sets the serial version UID.

Parameters:
serialVersionUID - the new serial version UID

getOrbProperties

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

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

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getLocalizationType

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

Returns:
the localization type

setLocalizationType

public void setLocalizationType(java.lang.String localizationType)
Sets the localization type.

Parameters:
localizationType - the new localization type

getPortTypeName

public javax.xml.namespace.QName getPortTypeName()
Gets the port type name.

Returns:
the port type name

setPortTypeName

public void setPortTypeName(javax.xml.namespace.QName portTypeName)
Sets the port type name.

Parameters:
portTypeName - the new port type name

getEjbProxy

public StatelessEJBProxy getEjbProxy()
Gets the ejb proxy.

Returns:
the ejb proxy

setEjbProxy

public void setEjbProxy(StatelessEJBProxy ejbProxy)
Sets the ejb proxy.

Parameters:
ejbProxy - the new ejb proxy


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