org.apache.cxf.ws.policy.attachment.external
Class EndpointReferenceDomainExpressionBuilder
java.lang.Object
org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder
- All Implemented Interfaces:
- DomainExpressionBuilder
public class EndpointReferenceDomainExpressionBuilder
- extends Object
- implements DomainExpressionBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointReferenceDomainExpressionBuilder
public EndpointReferenceDomainExpressionBuilder()
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