Uses of Class
org.apache.axis2.jaxws.description.xml.handler.JndiNameType
Packages that use JndiNameType
-
Uses of JndiNameType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of JndiNameType in org.apache.axis2.jaxws.description.xml.handlerModifier and TypeClassDescriptionclassThe ejb-ref-name element contains the name of an EJB reference.Fields in org.apache.axis2.jaxws.description.xml.handler declared as JndiNameTypeModifier and TypeFieldDescriptionprotected JndiNameTypeEnvEntryType.envEntryNameprotected JndiNameTypeMessageDestinationRefType.messageDestinationRefNameprotected JndiNameTypePersistenceContextRefType.persistenceContextRefNameprotected JndiNameTypePersistenceUnitRefType.persistenceUnitRefNameprotected JndiNameTypeResourceEnvRefType.resourceEnvRefNameprotected JndiNameTypeResourceRefType.resRefNameprotected JndiNameTypeServiceRefType.serviceRefNameMethods in org.apache.axis2.jaxws.description.xml.handler that return JndiNameTypeModifier and TypeMethodDescriptionObjectFactory.createJndiNameType()Create an instance ofJndiNameTypeEnvEntryType.getEnvEntryName()Gets the value of the envEntryName property.MessageDestinationRefType.getMessageDestinationRefName()Gets the value of the messageDestinationRefName property.PersistenceContextRefType.getPersistenceContextRefName()Gets the value of the persistenceContextRefName property.PersistenceUnitRefType.getPersistenceUnitRefName()Gets the value of the persistenceUnitRefName property.ResourceEnvRefType.getResourceEnvRefName()Gets the value of the resourceEnvRefName property.ResourceRefType.getResRefName()Gets the value of the resRefName property.ServiceRefType.getServiceRefName()Gets the value of the serviceRefName property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type JndiNameTypeModifier and TypeMethodDescriptionvoidEnvEntryType.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.