Uses of Class
org.apache.cxf.jaxws.handler.types.FullyQualifiedClassType

Packages that use FullyQualifiedClassType
org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FullyQualifiedClassType in org.apache.cxf.jaxws.handler.types
 

Fields in org.apache.cxf.jaxws.handler.types declared as FullyQualifiedClassType
protected  FullyQualifiedClassType PortComponentHandlerType.handlerClass
           
 

Methods in org.apache.cxf.jaxws.handler.types that return FullyQualifiedClassType
 FullyQualifiedClassType PortComponentHandlerType.getHandlerClass()
          Gets the value of the handlerClass property.
 

Methods in org.apache.cxf.jaxws.handler.types with parameters of type FullyQualifiedClassType
 void PortComponentHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 



Apache CXF