Uses of Class
org.apache.cxf.aegis.type.basic.ObjectType
-
Packages that use ObjectType Package Description 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 Modifier and Type Method Description ObjectTypeTrailingBlocks. 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 Modifier and Type Method Description voidTrailingBlocks. 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 Constructor Description TrailingBlocks(ObjectType objectType)
-