Uses of Class
org.wso2.carbon.mediation.connector.pmode.impl.PMode
-
Packages that use PMode Package Description org.wso2.carbon.mediation.connector.message org.wso2.carbon.mediation.connector.message.util org.wso2.carbon.mediation.connector.pmode -
-
Uses of PMode in org.wso2.carbon.mediation.connector.message
Methods in org.wso2.carbon.mediation.connector.message that return PMode Modifier and Type Method Description PMode
AS4Message. getPmode()
Get thePMode
object -
Uses of PMode in org.wso2.carbon.mediation.connector.message.util
Methods in org.wso2.carbon.mediation.connector.message.util with parameters of type PMode Modifier and Type Method Description static boolean
AS4Utils. isSendErrorAsResponse(PMode pmode)
Determine if the error need to be sent as response to the sending MSHstatic boolean
AS4Utils. reportErrorToProducer(PMode pmode)
Determine if the error need to be notified to the producer end -
Uses of PMode in org.wso2.carbon.mediation.connector.pmode
Methods in org.wso2.carbon.mediation.connector.pmode that return PMode Modifier and Type Method Description PMode
PModeRepository. findPModeFromAgreement(String agreement)
API method to get PMode using agreementRef
-