Class XSDResourceTypeIdentifier
- java.lang.Object
-
- org.apache.cxf.ws.transfer.validationtransformation.XSDResourceTypeIdentifier
-
- All Implemented Interfaces:
ResourceTypeIdentifier
public class XSDResourceTypeIdentifier extends Object implements ResourceTypeIdentifier
Implementation of the ResourceTypeIdentifier interface using by XSDSchema validation.
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceTransformerresourceTransformerprotected Validatorvalidator
-
Constructor Summary
Constructors Constructor Description XSDResourceTypeIdentifier(Source xsd, ResourceTransformer resourceTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceTypeIdentifierResultidentify(org.apache.cxf.ws.transfer.Representation representation)Returns true if the representation corresponds to type, which object represents.
-
-
-
Field Detail
-
resourceTransformer
protected ResourceTransformer resourceTransformer
-
validator
protected Validator validator
-
-
Constructor Detail
-
XSDResourceTypeIdentifier
public XSDResourceTypeIdentifier(Source xsd, ResourceTransformer resourceTransformer)
-
-
Method Detail
-
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:
-
-