Class EndpointReferenceDomainExpression
- java.lang.Object
-
- org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpression
-
- All Implemented Interfaces:
DomainExpression
public class EndpointReferenceDomainExpression extends Object implements DomainExpression
-
-
Constructor Summary
Constructors Constructor Description EndpointReferenceDomainExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(org.apache.cxf.service.model.BindingFaultInfo bfi)booleanappliesTo(org.apache.cxf.service.model.BindingMessageInfo bmi)booleanappliesTo(org.apache.cxf.service.model.BindingOperationInfo boi)booleanappliesTo(org.apache.cxf.service.model.EndpointInfo ei)booleanappliesTo(org.apache.cxf.service.model.ServiceInfo si)org.apache.cxf.ws.addressing.EndpointReferenceTypegetEndpointReference()voidsetEndpointReference(org.apache.cxf.ws.addressing.EndpointReferenceType e)
-
-
-
Method Detail
-
getEndpointReference
public org.apache.cxf.ws.addressing.EndpointReferenceType getEndpointReference()
-
setEndpointReference
public void setEndpointReference(org.apache.cxf.ws.addressing.EndpointReferenceType e)
-
appliesTo
public boolean appliesTo(org.apache.cxf.service.model.BindingFaultInfo bfi)
- Specified by:
appliesToin interfaceDomainExpression
-
appliesTo
public boolean appliesTo(org.apache.cxf.service.model.BindingMessageInfo bmi)
- Specified by:
appliesToin interfaceDomainExpression
-
appliesTo
public boolean appliesTo(org.apache.cxf.service.model.BindingOperationInfo boi)
- Specified by:
appliesToin interfaceDomainExpression
-
appliesTo
public boolean appliesTo(org.apache.cxf.service.model.EndpointInfo ei)
- Specified by:
appliesToin interfaceDomainExpression
-
appliesTo
public boolean appliesTo(org.apache.cxf.service.model.ServiceInfo si)
- Specified by:
appliesToin interfaceDomainExpression
-
-