Uses of Class
org.apache.cxf.jaxws.handler.types.CString

Packages that use CString
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
 class DisplayNameType
          The display-name type contains a short name that is intended to be displayed by tools.
 class FullyQualifiedClassType
          The elements that use this type designate the name of a Java class or interface.
 class PathType
          The 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
protected  CString PortComponentHandlerType.handlerName
           
protected  CString ParamValueType.paramName
           
 

Fields in org.apache.cxf.jaxws.handler.types with type parameters of type CString
protected  List<CString> PortComponentHandlerType.soapRole
           
 

Methods in org.apache.cxf.jaxws.handler.types that return CString
 CString PortComponentHandlerType.getHandlerName()
          Gets the value of the handlerName property.
 CString ParamValueType.getParamName()
          Gets the value of the paramName property.
 

Methods in org.apache.cxf.jaxws.handler.types that return types with arguments of type CString
 List<CString> PortComponentHandlerType.getSoapRole()
          Gets the value of the soapRole property.
 

Methods in org.apache.cxf.jaxws.handler.types with parameters of type CString
 void PortComponentHandlerType.setHandlerName(CString value)
          Sets the value of the handlerName property.
 void ParamValueType.setParamName(CString value)
          Sets the value of the paramName property.
 



Apache CXF