|
|||||||||||
| 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.MatchFactory
MatchFactory is a device for creating pbm:Match expressions from their XML definitions without having to deal with concrete pbm:Match types. Because this factory has no state and the PBM types are finite, the class is exposed as a singleton.
| Method Summary | |
|---|---|
Match |
createMatch(WsResource resource,
org.w3c.dom.Element xml)
|
static MatchFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static MatchFactory getInstance()
public Match createMatch(WsResource resource,
org.w3c.dom.Element xml)
resource - The resource that is defining the CorrelatableProperties
capability and thus, this correlation expression.xml - The DOM Element representing the simple pbm:Match.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||