Uses of Class
org.apache.axis2.jaxws.description.xml.handler.String
Packages that use String
-
Uses of String in org.apache.axis2.jaxws.description.xml.handler
Subclasses of String in org.apache.axis2.jaxws.description.xml.handlerModifier and TypeClassDescriptionclassThe display-name type contains a short name that is intended to be displayed by tools.classThe 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.classThe ejb-ref-name element contains the name of an EJB reference.classThe ejb-ref-typeType contains the expected type of the referenced enterprise bean.classThis 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.classThe 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.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.classThe 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.classThe 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.Fields in org.apache.axis2.jaxws.description.xml.handler declared as StringModifier and TypeFieldDescriptionprotected StringHandlerType.handlerNameprotected StringServiceRefHandlerType.handlerNameprotected StringMessageDestinationType.messageDestinationNameprotected StringParamValueType.paramNameprotected StringPersistenceContextRefType.persistenceUnitNameprotected StringPersistenceUnitRefType.persistenceUnitNameprotected StringPortComponentRefType.portComponentLinkFields in org.apache.axis2.jaxws.description.xml.handler with type parameters of type StringModifier and TypeFieldDescriptionServiceRefHandlerType.portNameHandlerType.soapRoleServiceRefHandlerType.soapRoleMethods in org.apache.axis2.jaxws.description.xml.handler that return StringModifier and TypeMethodDescriptionObjectFactory.createString()Create an instance ofStringHandlerType.getHandlerName()Gets the value of the handlerName property.ServiceRefHandlerType.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.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.Methods in org.apache.axis2.jaxws.description.xml.handler that return types with arguments of type StringModifier and TypeMethodDescriptionServiceRefHandlerType.getPortName()Gets the value of the portName property.HandlerType.getSoapRole()Gets the value of the soapRole property.ServiceRefHandlerType.getSoapRole()Gets the value of the soapRole property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type StringModifier and TypeMethodDescriptionvoidHandlerType.setHandlerName(String value) Sets the value of the handlerName property.voidServiceRefHandlerType.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.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.