Class XSDResourceTypeIdentifier
java.lang.Object
org.apache.cxf.ws.transfer.validationtransformation.XSDResourceTypeIdentifier
- All Implemented Interfaces:
ResourceTypeIdentifier
Implementation of the ResourceTypeIdentifier interface using by XSDSchema validation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXSDResourceTypeIdentifier(Source xsd, ResourceTransformer resourceTransformer) -
Method Summary
Modifier and TypeMethodDescriptionidentify(org.apache.cxf.ws.transfer.Representation representation) Returns true if the representation corresponds to type, which object represents.
-
Field Details
-
resourceTransformer
-
validator
-
-
Constructor Details
-
XSDResourceTypeIdentifier
-
-
Method Details
-
identify
public ResourceTypeIdentifierResult identify(org.apache.cxf.ws.transfer.Representation representation) Description copied from interface:ResourceTypeIdentifierReturns true if the representation corresponds to type, which object represents.- Specified by:
identifyin interfaceResourceTypeIdentifier- Returns:
-