Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.IconType
-
Packages that use IconType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of IconType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as IconType Modifier and Type Field Description protected IconTypePortComponentType. iconprotected IconTypeWebserviceDescriptionType. iconFields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type IconType Modifier and Type Field Description protected List<IconType>HandlerType. iconprotected List<IconType>ListenerType. iconprotected List<IconType>MessageDestinationType. iconprotected List<IconType>ServiceRefType. iconprotected List<IconType>WebservicesType. iconMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return IconType Modifier and Type Method Description IconTypeObjectFactory. createIconType()Create an instance ofIconTypeIconTypePortComponentType. getIcon()Gets the value of the icon property.IconTypeWebserviceDescriptionType. getIcon()Gets the value of the icon property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type IconType Modifier and Type Method Description List<IconType>HandlerType. getIcon()Gets the value of the icon property.List<IconType>ListenerType. getIcon()Gets the value of the icon property.List<IconType>MessageDestinationType. getIcon()Gets the value of the icon property.List<IconType>ServiceRefType. getIcon()Gets the value of the icon property.List<IconType>WebservicesType. getIcon()Gets the value of the icon property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type IconType Modifier and Type Method Description voidPortComponentType. setIcon(IconType value)Sets the value of the icon property.voidWebserviceDescriptionType. setIcon(IconType value)Sets the value of the icon property.
-