Apache CXF API

Uses of Class
org.apache.cxf.aegis.type.basic.ObjectType

Packages that use ObjectType
org.apache.cxf.aegis.type.encoded   
 

Uses of ObjectType in org.apache.cxf.aegis.type.encoded
 

Methods in org.apache.cxf.aegis.type.encoded that return ObjectType
 ObjectType TrailingBlocks.getObjectType()
          Gets the ObjectType used to read and write the trailing block instances.
 

Methods in org.apache.cxf.aegis.type.encoded with parameters of type ObjectType
 void TrailingBlocks.setObjectType(ObjectType objectType)
          Sets the ObjectType used to read and write the trailing block instances.
 

Constructors in org.apache.cxf.aegis.type.encoded with parameters of type ObjectType
TrailingBlocks(ObjectType objectType)
           
 


Apache CXF API

Apache CXF