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

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

Fields in org.apache.cxf.configuration.foo declared as Foo
protected  Foo TpAddress.afoo
           
 

Methods in org.apache.cxf.configuration.foo that return Foo
 Foo ObjectFactory.createFoo()
          Create an instance of Foo
 Foo TpAddress.getAfoo()
          Gets the value of the afoo property.
 

Methods in org.apache.cxf.configuration.foo that return types with arguments of type Foo
 javax.xml.bind.JAXBElement<Foo> ObjectFactory.createFoo(Foo value)
          Create an instance of JAXBElement<Foo>}
 

Methods in org.apache.cxf.configuration.foo with parameters of type Foo
 javax.xml.bind.JAXBElement<Foo> ObjectFactory.createFoo(Foo value)
          Create an instance of JAXBElement<Foo>}
 void TpAddress.setAfoo(Foo value)
          Sets the value of the afoo property.
 



Apache CXF