Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.JavaIdentifierType

Packages that use JavaIdentifierType
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
protected  JavaIdentifierType InjectionTargetType.injectionTargetName
           
protected  JavaIdentifierType LifecycleCallbackType.lifecycleCallbackMethod
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return JavaIdentifierType
 JavaIdentifierType ObjectFactory.createJavaIdentifierType()
          Create an instance of JavaIdentifierType
 JavaIdentifierType InjectionTargetType.getInjectionTargetName()
          Gets the value of the injectionTargetName property.
 JavaIdentifierType LifecycleCallbackType.getLifecycleCallbackMethod()
          Gets the value of the lifecycleCallbackMethod property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type JavaIdentifierType
 void InjectionTargetType.setInjectionTargetName(JavaIdentifierType value)
          Sets the value of the injectionTargetName property.
 void LifecycleCallbackType.setLifecycleCallbackMethod(JavaIdentifierType value)
          Sets the value of the lifecycleCallbackMethod property.
 



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