Interface ResourceTypeIdentifier
-
- All Known Implementing Classes:
XSDResourceTypeIdentifier
public interface ResourceTypeIdentifierThe interface for TypeIdentifier objects.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
identify
ResourceTypeIdentifierResult identify(org.apache.cxf.ws.transfer.Representation representation)
Returns true if the representation corresponds to type, which object represents.- Parameters:
representation-- Returns:
-
-