Uses of Class
org.wso2.carbon.inbound.endpoint.inboundfactory.InboundRequestProcessorFactoryImpl.Protocols
-
Packages that use InboundRequestProcessorFactoryImpl.Protocols Package Description org.wso2.carbon.inbound.endpoint.inboundfactory -
-
Uses of InboundRequestProcessorFactoryImpl.Protocols in org.wso2.carbon.inbound.endpoint.inboundfactory
Methods in org.wso2.carbon.inbound.endpoint.inboundfactory that return InboundRequestProcessorFactoryImpl.Protocols Modifier and Type Method Description static InboundRequestProcessorFactoryImpl.Protocols
InboundRequestProcessorFactoryImpl.Protocols. valueOf(String name)
Returns the enum constant of this type with the specified name.static InboundRequestProcessorFactoryImpl.Protocols[]
InboundRequestProcessorFactoryImpl.Protocols. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-