Uses of Class
org.apache.axis2.jaxws.description.xml.handler.JndiNameType
-
Packages that use JndiNameType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of JndiNameType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of JndiNameType in org.apache.axis2.jaxws.description.xml.handler Modifier and Type Class Description classEjbRefNameTypeThe ejb-ref-name element contains the name of an EJB reference.Fields in org.apache.axis2.jaxws.description.xml.handler declared as JndiNameType Modifier and Type Field Description protected JndiNameTypeEnvEntryType. envEntryNameprotected JndiNameTypeMessageDestinationRefType. messageDestinationRefNameprotected JndiNameTypePersistenceContextRefType. persistenceContextRefNameprotected JndiNameTypePersistenceUnitRefType. persistenceUnitRefNameprotected JndiNameTypeResourceEnvRefType. resourceEnvRefNameprotected JndiNameTypeResourceRefType. resRefNameprotected JndiNameTypeServiceRefType. serviceRefNameMethods in org.apache.axis2.jaxws.description.xml.handler that return JndiNameType Modifier and Type Method Description JndiNameTypeObjectFactory. createJndiNameType()Create an instance ofJndiNameTypeJndiNameTypeEnvEntryType. getEnvEntryName()Gets the value of the envEntryName property.JndiNameTypeMessageDestinationRefType. getMessageDestinationRefName()Gets the value of the messageDestinationRefName property.JndiNameTypePersistenceContextRefType. getPersistenceContextRefName()Gets the value of the persistenceContextRefName property.JndiNameTypePersistenceUnitRefType. getPersistenceUnitRefName()Gets the value of the persistenceUnitRefName property.JndiNameTypeResourceEnvRefType. getResourceEnvRefName()Gets the value of the resourceEnvRefName property.JndiNameTypeResourceRefType. getResRefName()Gets the value of the resRefName property.JndiNameTypeServiceRefType. getServiceRefName()Gets the value of the serviceRefName property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type JndiNameType Modifier and Type Method Description voidEnvEntryType. setEnvEntryName(JndiNameType value)Sets the value of the envEntryName property.voidMessageDestinationRefType. setMessageDestinationRefName(JndiNameType value)Sets the value of the messageDestinationRefName property.voidPersistenceContextRefType. setPersistenceContextRefName(JndiNameType value)Sets the value of the persistenceContextRefName property.voidPersistenceUnitRefType. setPersistenceUnitRefName(JndiNameType value)Sets the value of the persistenceUnitRefName property.voidResourceEnvRefType. setResourceEnvRefName(JndiNameType value)Sets the value of the resourceEnvRefName property.voidResourceRefType. setResRefName(JndiNameType value)Sets the value of the resRefName property.voidServiceRefType. setServiceRefName(JndiNameType value)Sets the value of the serviceRefName property.
-