Uses of Class
org.apache.cxf.jaxws.handler.jakartaee.CString
Packages that use CString
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CString in org.apache.cxf.jaxws.handler.jakartaee
Subclasses of CString in org.apache.cxf.jaxws.handler.jakartaeeModifier and TypeClassDescriptionclassThe display-name type contains a short name that is intended to be displayed by tools.classThe elements that use this type designate the name of a Java class or interface.classThe elements that use this type designate either a relative path or an absolute path starting with a "/".Fields in org.apache.cxf.jaxws.handler.jakartaee declared as CStringModifier and TypeFieldDescriptionprotected CStringPortComponentHandlerType.handlerNameprotected CStringParamValueType.paramNameFields in org.apache.cxf.jaxws.handler.jakartaee with type parameters of type CStringMethods in org.apache.cxf.jaxws.handler.jakartaee that return CStringModifier and TypeMethodDescriptionPortComponentHandlerType.getHandlerName()Gets the value of the handlerName property.ParamValueType.getParamName()Gets the value of the paramName property.Methods in org.apache.cxf.jaxws.handler.jakartaee that return types with arguments of type CStringModifier and TypeMethodDescriptionPortComponentHandlerType.getSoapRole()Gets the value of the soapRole property.Methods in org.apache.cxf.jaxws.handler.jakartaee with parameters of type CStringModifier and TypeMethodDescriptionvoidPortComponentHandlerType.setHandlerName(CString value) Sets the value of the handlerName property.voidParamValueType.setParamName(CString value) Sets the value of the paramName property.