org.apache.cxf.ws.policy.mtom
Class MTOMAssertionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder
All Implemented Interfaces:
org.apache.cxf.ws.policy.AssertionBuilder

public class MTOMAssertionBuilder
extends Object
implements org.apache.cxf.ws.policy.AssertionBuilder


Constructor Summary
MTOMAssertionBuilder()
           
 
Method Summary
 org.apache.cxf.ws.policy.PolicyAssertion build(Element elem)
           
 org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a, org.apache.cxf.ws.policy.PolicyAssertion b)
           
 Collection<QName> getKnownElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTOMAssertionBuilder

public MTOMAssertionBuilder()
Method Detail

build

public org.apache.cxf.ws.policy.PolicyAssertion build(Element elem)
Specified by:
build in interface org.apache.cxf.ws.policy.AssertionBuilder

getKnownElements

public Collection<QName> getKnownElements()
Specified by:
getKnownElements in interface org.apache.cxf.ws.policy.AssertionBuilder

buildCompatible

public org.apache.cxf.ws.policy.PolicyAssertion buildCompatible(org.apache.cxf.ws.policy.PolicyAssertion a,
                                                                org.apache.cxf.ws.policy.PolicyAssertion b)
Specified by:
buildCompatible in interface org.apache.cxf.ws.policy.AssertionBuilder


Apache CXF