Package org.jboss.ws.api.addressing
Interface MAPConstants
- All Known Implementing Classes:
CXFMAPConstants
public interface MAPConstants
MAPConstants is a wrapper which works with class
MAP- Author:
- Andrew Dinn, Alessio Soldano
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAnonymousURI
String getAnonymousURI() -
getNoneURI
String getNoneURI() -
getClientAddressingProperties
String getClientAddressingProperties() -
getClientAddressingPropertiesInbound
String getClientAddressingPropertiesInbound() -
getClientAddressingPropertiesOutbound
String getClientAddressingPropertiesOutbound() -
getServerAddressingPropertiesInbound
String getServerAddressingPropertiesInbound() -
getServerAddressingPropertiesOutbound
String getServerAddressingPropertiesOutbound()
-