Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.JavaIdentifierType
-
Packages that use JavaIdentifierType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of JavaIdentifierType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as JavaIdentifierType Modifier and Type Field Description protected JavaIdentifierTypeInjectionTargetType. injectionTargetNameprotected JavaIdentifierTypeLifecycleCallbackType. lifecycleCallbackMethodMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return JavaIdentifierType Modifier and Type Method Description JavaIdentifierTypeObjectFactory. createJavaIdentifierType()Create an instance ofJavaIdentifierTypeJavaIdentifierTypeInjectionTargetType. getInjectionTargetName()Gets the value of the injectionTargetName property.JavaIdentifierTypeLifecycleCallbackType. getLifecycleCallbackMethod()Gets the value of the lifecycleCallbackMethod property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type JavaIdentifierType Modifier and Type Method Description voidInjectionTargetType. setInjectionTargetName(JavaIdentifierType value)Sets the value of the injectionTargetName property.voidLifecycleCallbackType. setLifecycleCallbackMethod(JavaIdentifierType value)Sets the value of the lifecycleCallbackMethod property.
-