Package org.jboss.ws.api.addressing
Interface MAPConstants
-
public interface MAPConstantsMAPConstants is a wrapper which works with classMAP- Author:
- Andrew Dinn, Alessio Soldano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnonymousURI()StringgetClientAddressingProperties()StringgetClientAddressingPropertiesInbound()StringgetClientAddressingPropertiesOutbound()StringgetNoneURI()StringgetServerAddressingPropertiesInbound()StringgetServerAddressingPropertiesOutbound()
-
-
-
Method Detail
-
getAnonymousURI
String getAnonymousURI()
-
getNoneURI
String getNoneURI()
-
getClientAddressingProperties
String getClientAddressingProperties()
-
getClientAddressingPropertiesInbound
String getClientAddressingPropertiesInbound()
-
getClientAddressingPropertiesOutbound
String getClientAddressingPropertiesOutbound()
-
getServerAddressingPropertiesInbound
String getServerAddressingPropertiesInbound()
-
getServerAddressingPropertiesOutbound
String getServerAddressingPropertiesOutbound()
-
-