Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.JavaIdentifierType

Packages that use JavaIdentifierType
org.apache.cxf.jaxws.javaee   
 

Uses of JavaIdentifierType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as JavaIdentifierType
protected  JavaIdentifierType InjectionTargetType.injectionTargetName
           
protected  JavaIdentifierType LifecycleCallbackType.lifecycleCallbackMethod
           
 

Methods in org.apache.cxf.jaxws.javaee 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 org.apache.cxf.jaxws.javaee 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.
 


Apache CXF API

Apache CXF