Uses of Class
org.apache.cxf.jaxws.handler.types.CString
-
Packages that use CString Package Description org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CString in org.apache.cxf.jaxws.handler.types
Subclasses of CString in org.apache.cxf.jaxws.handler.types Modifier and Type Class Description classDisplayNameTypeThe display-name type contains a short name that is intended to be displayed by tools.classFullyQualifiedClassTypeThe elements that use this type designate the name of a Java class or interface.classPathTypeThe elements that use this type designate either a relative path or an absolute path starting with a "/".Fields in org.apache.cxf.jaxws.handler.types declared as CString Modifier and Type Field Description protected CStringPortComponentHandlerType. handlerNameprotected CStringParamValueType. paramNameFields in org.apache.cxf.jaxws.handler.types with type parameters of type CString Modifier and Type Field Description protected List<CString>PortComponentHandlerType. soapRoleMethods in org.apache.cxf.jaxws.handler.types that return CString Modifier and Type Method Description CStringPortComponentHandlerType. getHandlerName()Gets the value of the handlerName property.CStringParamValueType. getParamName()Gets the value of the paramName property.Methods in org.apache.cxf.jaxws.handler.types that return types with arguments of type CString Modifier and Type Method Description List<CString>PortComponentHandlerType. getSoapRole()Gets the value of the soapRole property.Methods in org.apache.cxf.jaxws.handler.types with parameters of type CString Modifier and Type Method Description voidPortComponentHandlerType. setHandlerName(CString value)Sets the value of the handlerName property.voidParamValueType. setParamName(CString value)Sets the value of the paramName property.
-