Apache CXF API

org.apache.cxf.ws.policy.attachment.external
Class EndpointReferenceDomainExpressionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder
All Implemented Interfaces:
DomainExpressionBuilder

public class EndpointReferenceDomainExpressionBuilder
extends Object
implements DomainExpressionBuilder


Constructor Summary
EndpointReferenceDomainExpressionBuilder()
           
 
Method Summary
 DomainExpression build(Element e)
          Builds a domain expression from the given element.
protected  void createUnmarshaller()
           
 Collection<QName> getDomainExpressionTypes()
          Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
protected  javax.xml.bind.Unmarshaller getUnmarshaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReferenceDomainExpressionBuilder

public EndpointReferenceDomainExpressionBuilder()
Method Detail

getDomainExpressionTypes

public Collection<QName> getDomainExpressionTypes()
Description copied from interface: DomainExpressionBuilder
Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.

Specified by:
getDomainExpressionTypes in interface DomainExpressionBuilder
Returns:
collection of supported types

build

public DomainExpression build(Element e)
Description copied from interface: DomainExpressionBuilder
Builds a domain expression from the given element.

Specified by:
build in interface DomainExpressionBuilder
Parameters:
e - the element
Returns:
the domin expression

getUnmarshaller

protected javax.xml.bind.Unmarshaller getUnmarshaller()

createUnmarshaller

protected void createUnmarshaller()

Apache CXF API

Apache CXF