Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.String
Packages that use String
-
Uses of String in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of String in com.sun.xml.ws.config.metro.parser.jsr109Modifier and TypeClassDescriptionclassIf WS-Addressing is enabled, this type determines if an endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.class[ The display-name type contains a short name that is intended to be displayed by tools.class[ The ejb-linkType is used by ejb-link elements in the ejb-ref or ejb-local-ref elements to specify that an EJB reference is linked to enterprise bean.class[ The ejb-ref-name element contains the name of an EJB reference.classThe ejb-ref-typeType contains the expected type of the referenced enterprise bean.class[ This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.classThe elements that use this type designate the name of a Java class or interface.classThis type defines four different values which can designate boolean values.class[ The homeType defines the fully-qualified name of an enterprise bean's home interface.classThe java-identifierType defines a Java identifier.classThis is a generic type that designates a Java primitive type or a fully qualified name of a Java interface/type, or an array of such types.class[ The jdbc-urlType contains the url pattern of the mapping.classThe jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.classThe local-homeType defines the fully-qualified name of an enterprise bean's local home interface.classThe localType defines the fully-qualified name of an enterprise bean's local interface.classThe message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination.class[ The message-destination-typeType specifies the type of the destination.classThe message-destination-usageType specifies the use of the message destination indicated by the reference.classThe elements that use this type designate either a relative path or an absolute path starting with a "/".classThe persistence-context-typeType specifies the transactional nature of a persistence context reference.class[ The remote element contains the fully-qualified name of the enterprise bean's remote interface.classThe res-authType specifies whether the Deployment Component code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the Deployment Component.classThe res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.classThe role-nameType designates the name of a security role.class[ The servlet-link element is used in the service-impl-bean element to specify that a Service Implementation Bean is defined as a JAX-RPC Service Endpoint.Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as StringModifier and TypeFieldDescriptionprotected StringDataSourceType.databaseNameprotected StringHandlerType.handlerNameprotected StringMessageDestinationType.messageDestinationNameprotected StringParamValueType.paramNameprotected StringDataSourceType.passwordprotected StringPersistenceContextRefType.persistenceUnitNameprotected StringPersistenceUnitRefType.persistenceUnitNameprotected StringPortComponentRefType.portComponentLinkprotected StringPortComponentType.portComponentNameprotected StringDataSourceType.serverNameprotected StringDataSourceType.userprotected StringWebserviceDescriptionType.webserviceDescriptionNameFields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type StringMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return StringModifier and TypeMethodDescriptionObjectFactory.createString()Create an instance ofStringDataSourceType.getDatabaseName()Gets the value of the databaseName property.HandlerType.getHandlerName()Gets the value of the handlerName property.MessageDestinationType.getMessageDestinationName()Gets the value of the messageDestinationName property.ParamValueType.getParamName()Gets the value of the paramName property.DataSourceType.getPassword()Gets the value of the password property.PersistenceContextRefType.getPersistenceUnitName()Gets the value of the persistenceUnitName property.PersistenceUnitRefType.getPersistenceUnitName()Gets the value of the persistenceUnitName property.PortComponentRefType.getPortComponentLink()Gets the value of the portComponentLink property.PortComponentType.getPortComponentName()Gets the value of the portComponentName property.DataSourceType.getServerName()Gets the value of the serverName property.DataSourceType.getUser()Gets the value of the user property.WebserviceDescriptionType.getWebserviceDescriptionName()Gets the value of the webserviceDescriptionName property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type StringModifier and TypeMethodDescriptionHandlerType.getPortName()Gets the value of the portName property.HandlerType.getSoapRole()Gets the value of the soapRole property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type StringModifier and TypeMethodDescriptionvoidDataSourceType.setDatabaseName(String value) Sets the value of the databaseName property.voidHandlerType.setHandlerName(String value) Sets the value of the handlerName property.voidMessageDestinationType.setMessageDestinationName(String value) Sets the value of the messageDestinationName property.voidParamValueType.setParamName(String value) Sets the value of the paramName property.voidDataSourceType.setPassword(String value) Sets the value of the password property.voidPersistenceContextRefType.setPersistenceUnitName(String value) Sets the value of the persistenceUnitName property.voidPersistenceUnitRefType.setPersistenceUnitName(String value) Sets the value of the persistenceUnitName property.voidPortComponentRefType.setPortComponentLink(String value) Sets the value of the portComponentLink property.voidPortComponentType.setPortComponentName(String value) Sets the value of the portComponentName property.voidDataSourceType.setServerName(String value) Sets the value of the serverName property.voidSets the value of the user property.voidWebserviceDescriptionType.setWebserviceDescriptionName(String value) Sets the value of the webserviceDescriptionName property.