Uses of Class
org.apache.cxf.configuration.foo.Point

Uses of Point in org.apache.cxf.configuration.foo
 

Fields in org.apache.cxf.configuration.foo declared as Point
protected  Point Foo.point
           
 

Methods in org.apache.cxf.configuration.foo that return Point
 Point ObjectFactory.createPoint()
          Create an instance of Point
 Point Foo.getPoint()
          Gets the value of the point property.
 

Methods in org.apache.cxf.configuration.foo with parameters of type Point
 void Foo.setPoint(Point value)
          Sets the value of the point property.
 



Apache CXF