Uses of Interface
org.apache.muse.ws.dm.muws.Correlation

Packages that use Correlation
org.apache.muse.ws.dm.muws   
org.apache.muse.ws.dm.muws.impl   
 

Uses of Correlation in org.apache.muse.ws.dm.muws
 

Methods in org.apache.muse.ws.dm.muws that return Correlation
 Correlation[] CorrelatableProperties.getCorrelatableProperties()
           
 Correlation CorrelationFactory.newInstance(WsResource resource, Element xml)
          Parses the given Element and creates a complete Correlation expression that can be evaluated against any WS-RF resource.
 

Methods in org.apache.muse.ws.dm.muws with parameters of type Correlation
 void CorrelatableProperties.addCorrelation(Correlation correlation)
           
 

Uses of Correlation in org.apache.muse.ws.dm.muws.impl
 

Classes in org.apache.muse.ws.dm.muws.impl that implement Correlation
 class MatchCorrelation
          MatchCorrelation represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema.
 class XPathCorrelation
          XPathCorrelation represents correlation expressions formatted in XPath 1.0.
 

Methods in org.apache.muse.ws.dm.muws.impl that return Correlation
 Correlation[] SimpleCorrelatableProperties.getCorrelatableProperties()
           
 Correlation SimpleCorrelationFactory.newInstance(WsResource resource, Element xml)
           
 

Methods in org.apache.muse.ws.dm.muws.impl with parameters of type Correlation
 void SimpleCorrelatableProperties.addCorrelation(Correlation expression)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.