Package | Description |
---|---|
org.apache.cxf.ws.policy.attachment.external |
Modifier and Type | Class and Description |
---|---|
class |
EndpointReferenceDomainExpression |
class |
URIDomainExpression |
Modifier and Type | Method and Description |
---|---|
DomainExpression |
DomainExpressionBuilder.build(Element e)
Builds a domain expression from the given element.
|
DomainExpression |
DomainExpressionBuilderRegistry.build(Element element) |
DomainExpression |
EndpointReferenceDomainExpressionBuilder.build(Element e) |
DomainExpression |
URIDomainExpressionBuilder.build(Element paramElement) |
Modifier and Type | Method and Description |
---|---|
Collection<DomainExpression> |
PolicyAttachment.getDomainExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyAttachment.setDomainExpressions(Collection<DomainExpression> des) |
Apache CXF