Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.JndiNameType
-
Packages that use JndiNameType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of JndiNameType in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of JndiNameType in com.sun.xml.ws.config.metro.parser.jsr109 Modifier and Type Class Description classEjbRefNameType[ The ejb-ref-name element contains the name of an EJB reference.Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as JndiNameType Modifier and Type Field Description protected 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 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.JndiNameTypeDataSourceType. getName()Gets the value of the name 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 com.sun.xml.ws.config.metro.parser.jsr109 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.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.
-