Uses of Interface
org.apache.cxf.ws.transfer.validationtransformation.ResourceTypeIdentifier
Packages that use ResourceTypeIdentifier
Package
Description
-
Uses of ResourceTypeIdentifier in org.apache.cxf.ws.transfer.resource
Fields in org.apache.cxf.ws.transfer.resource with type parameters of type ResourceTypeIdentifierModifier and TypeFieldDescriptionprotected List<ResourceTypeIdentifier>ResourceLocal.resourceTypeIdentifiersMethods in org.apache.cxf.ws.transfer.resource that return types with arguments of type ResourceTypeIdentifierMethod parameters in org.apache.cxf.ws.transfer.resource with type arguments of type ResourceTypeIdentifierModifier and TypeMethodDescriptionvoidResourceLocal.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 ResourceTypeIdentifierModifier and TypeFieldDescriptionprotected List<ResourceTypeIdentifier>ResourceFactoryImpl.resourceTypeIdentifiersMethods in org.apache.cxf.ws.transfer.resourcefactory that return types with arguments of type ResourceTypeIdentifierMethod parameters in org.apache.cxf.ws.transfer.resourcefactory with type arguments of type ResourceTypeIdentifierModifier and TypeMethodDescriptionvoidResourceFactoryImpl.setResourceTypeIdentifiers(List<ResourceTypeIdentifier> resourceTypeIdentifiers) -
Uses of ResourceTypeIdentifier in org.apache.cxf.ws.transfer.validationtransformation
Classes in org.apache.cxf.ws.transfer.validationtransformation that implement ResourceTypeIdentifierModifier and TypeClassDescriptionclassImplementation of the ResourceTypeIdentifier interface using by XSDSchema validation.Method parameters in org.apache.cxf.ws.transfer.validationtransformation with type arguments of type ResourceTypeIdentifierModifier and TypeMethodDescriptionstatic voidValidAndTransformHelper.validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation) Validation and transformation process.