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

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

Methods in org.apache.cxf.configuration.foo that return Foo
 Foo ObjectFactory.createFoo()
          Create an instance of Foo
 

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>}
 



Apache CXF