| org.apache.axis2.jaxws.message.Protocol
Protocol | public enum Protocol (Code) | | Protocol Each message has a protocol (soap11, soap12, rest) This enum represents the protocol
within the Message sub-component
|
soap11 | Enum Constant soap11(Code) | | |
soap12 | Enum Constant soap12(Code) | | |
unknown | Enum Constant unknown(Code) | | |
getProtocolForBinding | public static Protocol getProtocolForBinding(String url)(Code) | | Return the right value for the Protocol based on the binding URL that was passed in.
Parameters: url - Protocol or null |
|
|