Uses of Class
org.apache.cxf.tests.inherit.types.ObjectInfo

Packages that use ObjectInfo
org.apache.cxf.tests.inherit   
org.apache.cxf.tests.inherit.types   
 

Uses of ObjectInfo in org.apache.cxf.tests.inherit
 

Methods in org.apache.cxf.tests.inherit that return ObjectInfo
 ObjectInfo Inherit.getObject(int type)
           
 

Uses of ObjectInfo in org.apache.cxf.tests.inherit.types
 

Fields in org.apache.cxf.tests.inherit.types declared as ObjectInfo
protected  ObjectInfo GetObjectResponse._return
           
 

Methods in org.apache.cxf.tests.inherit.types that return ObjectInfo
 ObjectInfo ObjectFactory.createObjectInfo()
          Create an instance of ObjectInfo
 ObjectInfo GetObjectResponse.getReturn()
          Gets the value of the return property.
 

Methods in org.apache.cxf.tests.inherit.types with parameters of type ObjectInfo
 void GetObjectResponse.setReturn(ObjectInfo value)
          Sets the value of the return property.
 



Apache CXF