Uses of Package
org.apache.cxf.jaxws.handler.types

Packages that use org.apache.cxf.jaxws.handler.types
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Classes in org.apache.cxf.jaxws.handler.types used by org.apache.cxf.jaxws.handler
PortComponentHandlerType
          Declares the handler for a port-component.
 

Classes in org.apache.cxf.jaxws.handler.types used by org.apache.cxf.jaxws.handler.types
CString
          This is a special string datatype that is defined by Java EE as a base type for defining collapsed strings.
DescriptionType
          The description type is used by a description element to provide text describing the parent element.
DisplayNameType
          The display-name type contains a short name that is intended to be displayed by tools.
FullyQualifiedClassType
          The elements that use this type designate the name of a Java class or interface.
IconType
          The icon type contains small-icon and large-icon elements that specify the file names for small and large GIF, JPEG, or PNG icon images used to represent the parent element in a GUI tool.
ParamValueType
          This type is a general type that can be used to declare parameter/value lists.
PathType
          The elements that use this type designate either a relative path or an absolute path starting with a "/".
XsdQNameType
          This type adds an "id" attribute to xsd:QName.
XsdStringType
          This type adds an "id" attribute to xsd:string.
 



Apache CXF