Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.JndiNameType
Packages that use JndiNameType
-
Uses of JndiNameType in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of JndiNameType in com.sun.xml.ws.config.metro.parser.jsr109Modifier and TypeClassDescriptionclass[ The ejb-ref-name element contains the name of an EJB reference.Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as JndiNameTypeModifier and TypeFieldDescriptionprotected JndiNameTypeEnvEntryType.envEntryNameprotected JndiNameTypeMessageDestinationRefType.messageDestinationRefNameprotected JndiNameTypeDataSourceType.nameprotected JndiNameTypePersistenceContextRefType.persistenceContextRefNameprotected JndiNameTypePersistenceUnitRefType.persistenceUnitRefNameprotected JndiNameTypeResourceEnvRefType.resourceEnvRefNameprotected JndiNameTypeResourceRefType.resRefNameprotected JndiNameTypeServiceRefType.serviceRefNameMethods in com.sun.xml.ws.config.metro.parser.jsr109 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.DataSourceType.getName()Gets the value of the name 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 com.sun.xml.ws.config.metro.parser.jsr109 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.voidDataSourceType.setName(JndiNameType value) Sets the value of the name 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.