Uses of Class
org.cxml.CXML
Packages that use CXML
Package
Description
-
Uses of CXML in de.hybris.platform.b2b.punchout
Methods in de.hybris.platform.b2b.punchout that return CXMLModifier and TypeMethodDescriptionstatic CXMLPunchOutUtils.unmarshallCXMLFromFile(String relativeFilePath) Methods in de.hybris.platform.b2b.punchout with parameters of type CXMLModifier and TypeMethodDescriptionstatic StringPunchOutUtils.marshallFromBeanTree(CXML cxml) static StringPunchOutUtils.transformCXMLToBase64(CXML cxml) Transforms a CXML into a Base64 String. -
Uses of CXML in de.hybris.platform.b2b.punchout.actions.inbound
Methods in de.hybris.platform.b2b.punchout.actions.inbound that return CXMLModifier and TypeMethodDescriptionDefaultPunchOutOrderRequestProcessor.generatecXML(CXML requestBody) DefaultPunchOutProfileRequestProcessor.generatecXML(CXML request) DefaultPunchOutSetupRequestProcessor.generatecXML(CXML request) PunchOutInboundProcessor.generatecXML(CXML request) Generates the cXML for the result.Methods in de.hybris.platform.b2b.punchout.actions.inbound that return types with arguments of type CXMLModifier and TypeMethodDescriptionprotected Populator<CXML,ProfileResponse> DefaultPopulateProfileResponseProcessing.getProfileResponsePopulator()Methods in de.hybris.platform.b2b.punchout.actions.inbound with parameters of type CXMLModifier and TypeMethodDescriptionDefaultPunchOutOrderRequestProcessor.generatecXML(CXML requestBody) DefaultPunchOutProfileRequestProcessor.generatecXML(CXML request) DefaultPunchOutSetupRequestProcessor.generatecXML(CXML request) PunchOutInboundProcessor.generatecXML(CXML request) Generates the cXML for the result.protected OrderRequestDefaultPunchOutOrderRequestProcessor.getOrderRequest(CXML input) Finds anOrderRequestfrom the input.protected OrderRequestPlacePurchaseOrderProcessing.getOrderRequest(CXML input) Finds anOrderRequestfrom the input.protected OrderRequestPopulateCartPurchaseOrderProcessing.getOrderRequest(CXML input) Finds anOrderRequestfrom the input.protected StringDefaultPunchOutOrderRequestProcessor.getRequestCartCode(CXML requestBody) voidPopulateSetupResponsePunchOutProcessing.populateResponse(CXML output) voidvoidvoidPunchOutSetupRequestCartProcessing.processCartData(CXML input) protected booleanDefaultPunchOutOrderRequestProcessor.validateCart(CXML requestBody, CartModel cartModel) voidExtracts the header information and matches the sender details with the configuration.Method parameters in de.hybris.platform.b2b.punchout.actions.inbound with type arguments of type CXMLModifier and TypeMethodDescriptionvoidDefaultPopulateProfileResponseProcessing.setProfileResponsePopulator(Populator<CXML, ProfileResponse> profileResponsePopulator) -
Uses of CXML in de.hybris.platform.b2b.punchout.actions.outbound
Methods in de.hybris.platform.b2b.punchout.actions.outbound that return CXMLModifier and TypeMethodDescriptionDefaultPunchOutCancelOrderMessageProcessor.generatecXML()DefaultPunchOutOrderMessageProcessor.generatecXML()PunchOutOutboundProcessor.generatecXML()Generates the cXML for the command from session .protected CXML -
Uses of CXML in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type CXMLModifier and TypeMethodDescriptionvoidDefaultProfileResponsePopulator.populate(CXML source, ProfileResponse target) voidDefaultPunchOutSessionPopulator.populate(CXML source, PunchOutSession target) -
Uses of CXML in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return CXMLModifier and TypeMethodDescriptionCXMLBuilder.create()protected CXMLCXMLBuilder.createNewCXML()PunchOutService.processCancelPunchOutOrderMessage()Creates the cancel message for Ariba.PunchOutService.processProfileRequest(CXML request) Processes a profile request by returned a ProfileResponse with populated supported transactions.PunchOutService.processPunchOutOrderMessage()Creates the cmxl message for aPunchOutOrderMessageto send an Order, using the session cart.PunchOutService.processPunchOutSetUpRequest(CXML request) Processes a new PunchOut setup request.PunchOutService.processPurchaseOrderRequest(CXML requestBody) Processes a purchase order (OrderRequest) by populating a cart and handles the response in the form ofCXML.Methods in de.hybris.platform.b2b.punchout.services with parameters of type CXMLModifier and TypeMethodDescriptionvoidPunchOutSessionService.initAndActivatePunchOutSession(CXML request) initiates and activates a punchout sessionPunchOutService.processProfileRequest(CXML request) Processes a profile request by returned a ProfileResponse with populated supported transactions.PunchOutService.processPunchOutSetUpRequest(CXML request) Processes a new PunchOut setup request.PunchOutService.processPurchaseOrderRequest(CXML requestBody) Processes a purchase order (OrderRequest) by populating a cart and handles the response in the form ofCXML.PunchOutService.retrieveIdentity(CXML request) Retrieve the user id of the originator of the cXML request.
f.y.i.: as there may be multiple credentials declared, the first valid one will be used.Constructors in de.hybris.platform.b2b.punchout.services with parameters of type CXML -
Uses of CXML in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return CXMLModifier and TypeMethodDescriptionDefaultPunchOutService.processCancelPunchOutOrderMessage()DefaultPunchOutService.processProfileRequest(CXML request) DefaultPunchOutService.processPunchOutOrderMessage()DefaultPunchOutService.processPunchOutSetUpRequest(CXML request) DefaultPunchOutService.processPurchaseOrderRequest(CXML requestBody) Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type CXMLModifier and TypeMethodDescriptionprotected Populator<CXML,PunchOutSession> DefaultPunchOutSessionService.getPunchOutSessionPopulator()Methods in de.hybris.platform.b2b.punchout.services.impl with parameters of type CXMLModifier and TypeMethodDescriptionvoidDefaultPunchOutSessionService.initAndActivatePunchOutSession(CXML input) DefaultPunchOutService.processProfileRequest(CXML request) DefaultPunchOutService.processPunchOutSetUpRequest(CXML request) DefaultPunchOutService.processPurchaseOrderRequest(CXML requestBody) DefaultPunchOutService.retrieveIdentity(CXML request) -
Uses of CXML in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages that return CXMLModifier and TypeMethodDescriptionDefaultProfileController.handleException(Exception exc) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPunchOutSetUpController.handleException(Exception exc) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPurchaseOrderController.handleException(Exception exc) Deprecated, for removal: This API element is subject to removal in a future version.DefaultProfileController.handleProfileRequest(CXML request) Deprecated, for removal: This API element is subject to removal in a future version.Handles a profile request from the punch out provider.DefaultPurchaseOrderController.handlePunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Handles a Order Request from the Punch Out Provider.DefaultPunchOutSetUpController.handlePunchOutSetUpRequest(CXML requestBody) Deprecated, for removal: This API element is subject to removal in a future version.Receives a request from the punchout provider and sends it the information to access the hybris site.Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages with parameters of type CXMLModifier and TypeMethodDescriptionDefaultProfileController.handleProfileRequest(CXML request) Deprecated, for removal: This API element is subject to removal in a future version.Handles a profile request from the punch out provider.DefaultPurchaseOrderController.handlePunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Handles a Order Request from the Punch Out Provider.DefaultPunchOutSetUpController.handlePunchOutSetUpRequest(CXML requestBody) Deprecated, for removal: This API element is subject to removal in a future version.Receives a request from the punchout provider and sends it the information to access the hybris site.protected voidDefaultPunchOutController.processRequisitionMessage(CXML cXML, org.springframework.ui.Model model) -
Uses of CXML in de.hybris.platform.b2bpunchoutocc.controllers
Methods in de.hybris.platform.b2bpunchoutocc.controllers that return CXMLModifier and TypeMethodDescriptionPunchOutController.createPunchOutProfileRequest(CXML request, String host, String baseSiteId) Handles a profile request from the punch out provider.PunchOutController.createPunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles a Order Request from the Punch Out Provider.PunchOutController.createPunchOutSetUpRequest(CXML requestBody) Receives a request from the punchout provider and sends it the information to access the hybris site.Methods in de.hybris.platform.b2bpunchoutocc.controllers with parameters of type CXMLModifier and TypeMethodDescriptionPunchOutController.createPunchOutProfileRequest(CXML request, String host, String baseSiteId) Handles a profile request from the punch out provider.PunchOutController.createPunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles a Order Request from the Punch Out Provider.PunchOutController.createPunchOutSetUpRequest(CXML requestBody) Receives a request from the punchout provider and sends it the information to access the hybris site. -
Uses of CXML in de.hybris.platform.b2bpunchoutocc.exception
Methods in de.hybris.platform.b2bpunchoutocc.exception that return CXMLModifier and TypeMethodDescriptionPunchoutExceptionAdvice.handleGenericException(Exception exc) PunchoutExceptionAdvice.handlePunchoutException(PunchOutException exc) -
Uses of CXML in org.cxml