Uses of Class
com.sun.xml.ws.api.ComponentFeature.Target

Packages that use ComponentFeature.Target
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
 ComponentFeature.Target ComponentFeature.getTarget()
          Retrieves target
static ComponentFeature.Target ComponentFeature.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
ComponentFeature(Component component, ComponentFeature.Target target)
          Constructs ComponentFeature with indicated component and target
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.