Uses of Class
com.sun.xml.ws.api.ComponentFeature.Target
-
Packages that use ComponentFeature.Target Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. -
-
Uses of ComponentFeature.Target in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return ComponentFeature.Target Modifier and Type Method Description ComponentFeature.TargetComponentFeature. getTarget()Retrieves targetstatic ComponentFeature.TargetComponentFeature.Target. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentFeature.Target[]ComponentFeature.Target. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.xml.ws.api with parameters of type ComponentFeature.Target Constructor Description ComponentFeature(Component component, ComponentFeature.Target target)Constructs ComponentFeature with indicated component and target
-