org.apache.muse.ws.dm.muws.impl
Class SimpleCorrelationFactory

java.lang.Object
  extended by org.apache.muse.ws.dm.muws.impl.SimpleCorrelationFactory
All Implemented Interfaces:
CorrelationFactory

public class SimpleCorrelationFactory
extends Object
implements CorrelationFactory

SimpleCorrelationFactory is a device for creating correlation expressions for all of the built-in dialects supported by WSDM CorrelatableProperties. Currently, the two dialects are XPath 1.0 and WSDM's Property Boolean Match.

Author:
Dan Jemiolo (danj)

Constructor Summary
SimpleCorrelationFactory()
           
 
Method Summary
 boolean hasDialect(String dialect)
           
 Correlation newInstance(WsResource resource, Element xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCorrelationFactory

public SimpleCorrelationFactory()
Method Detail

hasDialect

public boolean hasDialect(String dialect)
Specified by:
hasDialect in interface CorrelationFactory

newInstance

public Correlation newInstance(WsResource resource,
                               Element xml)
Specified by:
newInstance in interface CorrelationFactory


Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.