Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.String
-
Packages that use String Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of String in com.sun.xml.ws.config.metro.parser.jsr109
Subclasses of String in com.sun.xml.ws.config.metro.parser.jsr109 Modifier and Type Class Description classAddressingResponsesTypeIf WS-Addressing is enabled, this type determines if an endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.classDisplayNameType[ The display-name type contains a short name that is intended to be displayed by tools.classEjbLinkType[ 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.classEjbRefNameType[ The ejb-ref-name element contains the name of an EJB reference.classEjbRefTypeTypeThe ejb-ref-typeType contains the expected type of the referenced enterprise bean.classEnvEntryTypeValuesType[ This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.classFullyQualifiedClassTypeThe elements that use this type designate the name of a Java class or interface.classGenericBooleanTypeThis type defines four different values which can designate boolean values.classHomeType[ The homeType defines the fully-qualified name of an enterprise bean's home interface.classJavaIdentifierTypeThe java-identifierType defines a Java identifier.classJavaTypeTypeThis 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.classJdbcUrlType[ The jdbc-urlType contains the url pattern of the mapping.classJndiNameTypeThe jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.classLocalHomeTypeThe local-homeType defines the fully-qualified name of an enterprise bean's local home interface.classLocalTypeThe localType defines the fully-qualified name of an enterprise bean's local interface.classMessageDestinationLinkTypeThe message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination.classMessageDestinationTypeType[ The message-destination-typeType specifies the type of the destination.classMessageDestinationUsageTypeThe message-destination-usageType specifies the use of the message destination indicated by the reference.classPathTypeThe elements that use this type designate either a relative path or an absolute path starting with a "/".classPersistenceContextTypeTypeThe persistence-context-typeType specifies the transactional nature of a persistence context reference.classRemoteType[ The remote element contains the fully-qualified name of the enterprise bean's remote interface.classResAuthTypeThe 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.classResSharingScopeTypeThe res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.classRoleNameTypeThe role-nameType designates the name of a security role.classServletLinkType[ 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 String Modifier and Type Field Description protected 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 String Modifier and Type Field Description protected List<String>HandlerType. portNameprotected List<String>HandlerType. soapRoleMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return String Modifier and Type Method Description StringObjectFactory. createString()Create an instance ofStringStringDataSourceType. getDatabaseName()Gets the value of the databaseName property.StringHandlerType. getHandlerName()Gets the value of the handlerName property.StringMessageDestinationType. getMessageDestinationName()Gets the value of the messageDestinationName property.StringParamValueType. getParamName()Gets the value of the paramName property.StringDataSourceType. getPassword()Gets the value of the password property.StringPersistenceContextRefType. getPersistenceUnitName()Gets the value of the persistenceUnitName property.StringPersistenceUnitRefType. getPersistenceUnitName()Gets the value of the persistenceUnitName property.StringPortComponentRefType. getPortComponentLink()Gets the value of the portComponentLink property.StringPortComponentType. getPortComponentName()Gets the value of the portComponentName property.StringDataSourceType. getServerName()Gets the value of the serverName property.StringDataSourceType. getUser()Gets the value of the user property.StringWebserviceDescriptionType. 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 String Modifier and Type Method Description List<String>HandlerType. getPortName()Gets the value of the portName property.List<String>HandlerType. getSoapRole()Gets the value of the soapRole property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type String Modifier and Type Method Description voidDataSourceType. 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.voidDataSourceType. setUser(String value)Sets the value of the user property.voidWebserviceDescriptionType. setWebserviceDescriptionName(String value)Sets the value of the webserviceDescriptionName property.
-