|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.ws.dm.muws.impl.ComplexMatch
org.apache.muse.ws.dm.muws.impl.AnyMatch
AnyMatch is a ComplexMatch that acts as a conditional OR (||) on all subexpressions.
Constructor Summary | |
---|---|
AnyMatch(WsResource resource)
|
|
AnyMatch(WsResource resource,
org.w3c.dom.Element xml)
|
Method Summary | |
---|---|
protected QName |
getRootQName()
|
boolean |
matches(EndpointReference epr)
|
Methods inherited from class org.apache.muse.ws.dm.muws.impl.ComplexMatch |
---|
addMatch, getMatches, getWsResource, removeMatch, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnyMatch(WsResource resource)
public AnyMatch(WsResource resource, org.w3c.dom.Element xml)
Method Detail |
protected QName getRootQName()
getRootQName
in class ComplexMatch
public boolean matches(EndpointReference epr) throws SoapFault
epr
- The EPR to another resource which may be the same as this
resource.
SoapFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |