Uses of Interface
org.ow2.easywsdl.schema.api.Include
-
Packages that use Include Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.impl -
-
Uses of Include in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that return Include Modifier and Type Method Description IncludeDefaultSchemaImpl. createInclude()IncludeDefaultSchemaImpl. removeInclude(Include includeDef)Methods in org.ow2.easywsdl.schema that return types with arguments of type Include Modifier and Type Method Description List<Include>DefaultSchemaImpl. getIncludes()List<Include>DefaultSchemaImpl. getIncludes(URI locationURI)Methods in org.ow2.easywsdl.schema with parameters of type Include Modifier and Type Method Description voidDefaultSchemaImpl. addInclude(Include includeDef)IncludeDefaultSchemaImpl. removeInclude(Include includeDef) -
Uses of Include in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement Include Modifier and Type Class Description classIncludeImplMethods in org.ow2.easywsdl.schema.impl that return Include Modifier and Type Method Description IncludeSchemaImpl. createInclude()IncludeSchemaImpl. removeInclude(Include includeDef)Methods in org.ow2.easywsdl.schema.impl with parameters of type Include Modifier and Type Method Description voidSchemaImpl. addInclude(Include incl)IncludeSchemaImpl. removeInclude(Include includeDef)
-