Package org.apache.cxf.ws.addressing
Class WSAddressingFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.ws.addressing.WSAddressingFeature
- All Implemented Interfaces:
AbstractPortableFeature
,Feature
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static interface
-
Field Summary
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cache used to enforce duplicate message IDs whenisAllowDuplicates()
returnsfalse
.protected void
initializeProvider
(InterceptorProvider provider, Bus bus) boolean
boolean
boolean
void
setAddressingRequired
(boolean r) void
setAllowDuplicates
(boolean allow) void
setMessageIdCache
(MessageIdCache messageIdCache) Sets the cache used to enforce duplicate message IDs whenisAllowDuplicates()
returnsfalse
.void
void
void
setUsingAddressingAdvisory
(boolean advisory) Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
Constructor Details
-
WSAddressingFeature
public WSAddressingFeature()
-
-
Method Details
-
initializeProvider
- Overrides:
initializeProvider
in classAbstractFeature
-
setAllowDuplicates
public void setAllowDuplicates(boolean allow) -
isAllowDuplicates
public boolean isAllowDuplicates() -
setUsingAddressingAdvisory
public void setUsingAddressingAdvisory(boolean advisory) -
isUsingAddressingAdvisory
public boolean isUsingAddressingAdvisory() -
isAddressingRequired
public boolean isAddressingRequired() -
setAddressingRequired
public void setAddressingRequired(boolean r) -
getMessageIdCache
Returns the cache used to enforce duplicate message IDs whenisAllowDuplicates()
returnsfalse
.- Returns:
- the cache used to enforce duplicate message IDs
-
setMessageIdCache
Sets the cache used to enforce duplicate message IDs whenisAllowDuplicates()
returnsfalse
.- Parameters:
messageIdCache
- the cache to use- Throws:
NullPointerException
- ifmessageIdCache
isnull
-
setResponses
-
setResponses
-
getResponses
-