Uses of Class
org.apache.axis2.jaxws.description.xml.handler.JavaIdentifierType
-
Packages that use JavaIdentifierType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of JavaIdentifierType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler declared as JavaIdentifierType Modifier and Type Field Description protected JavaIdentifierTypeInjectionTargetType. injectionTargetNameprotected JavaIdentifierTypeLifecycleCallbackType. lifecycleCallbackMethodMethods in org.apache.axis2.jaxws.description.xml.handler 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 org.apache.axis2.jaxws.description.xml.handler 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.
-