Uses of Interface
org.apache.cxf.ws.transfer.validationtransformation.ResourceTypeIdentifier
-
Packages that use ResourceTypeIdentifier Package Description org.apache.cxf.ws.transfer.resource org.apache.cxf.ws.transfer.resourcefactory org.apache.cxf.ws.transfer.validationtransformation -
-
Uses of ResourceTypeIdentifier in org.apache.cxf.ws.transfer.resource
Fields in org.apache.cxf.ws.transfer.resource with type parameters of type ResourceTypeIdentifier Modifier and Type Field Description protected List<ResourceTypeIdentifier>ResourceLocal. resourceTypeIdentifiersMethods in org.apache.cxf.ws.transfer.resource that return types with arguments of type ResourceTypeIdentifier Modifier and Type Method Description List<ResourceTypeIdentifier>ResourceLocal. getResourceTypeIdentifiers()Method parameters in org.apache.cxf.ws.transfer.resource with type arguments of type ResourceTypeIdentifier Modifier and Type Method Description voidResourceLocal. setResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) -
Uses of ResourceTypeIdentifier in org.apache.cxf.ws.transfer.resourcefactory
Fields in org.apache.cxf.ws.transfer.resourcefactory with type parameters of type ResourceTypeIdentifier Modifier and Type Field Description protected List<ResourceTypeIdentifier>ResourceFactoryImpl. resourceTypeIdentifiersMethods in org.apache.cxf.ws.transfer.resourcefactory that return types with arguments of type ResourceTypeIdentifier Modifier and Type Method Description List<ResourceTypeIdentifier>ResourceFactoryImpl. getResourceTypeIdentifiers()Method parameters in org.apache.cxf.ws.transfer.resourcefactory with type arguments of type ResourceTypeIdentifier Modifier and Type Method Description voidResourceFactoryImpl. setResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) -
Uses of ResourceTypeIdentifier in org.apache.cxf.ws.transfer.validationtransformation
Classes in org.apache.cxf.ws.transfer.validationtransformation that implement ResourceTypeIdentifier Modifier and Type Class Description classXSDResourceTypeIdentifierImplementation of the ResourceTypeIdentifier interface using by XSDSchema validation.Method parameters in org.apache.cxf.ws.transfer.validationtransformation with type arguments of type ResourceTypeIdentifier Modifier and Type Method Description static voidValidAndTransformHelper. validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)Validation and transformation process.
-