The AccessPointWizardRenderer is a template interface for displaying binding specific
physical and/or virtual access point content in a wizard that is used by the Governance Console.
If physical implementation not provided, physical services won't be able to use this type of binding.
If virtual implementation not provided, virtual services won't be able to use this type of binding.
Process request to model binding specific physical access point information in WSDL Port element found in the context.
Method Detail
getType
java.lang.String getType()
Returns an String identifier for the type of WSDL binding the access point implements. The identifier is
used to identify bindings of this type in the system. It is also used
as a key for looking up binding specific labels and messages in the
system's resource bundle.
Returns:
String identifier for the type of binding, i.e., "soap1.1/http".
Render binding specific physical access point content given the HTTP servlet request and return a location where this content can be found.
Access point context can be retrieved using AccessPointContextLoader.getAccessPointContext(HttpServletRequest) API.
Parameters:
reqeust - HTTP servlet request containing access point context with WSDL Port element as well access point context information like
service name.
Process request to model binding specific physical access point information in WSDL Port element found in the context.
Optionally, perform validation of binding specific physical access point information.
Request contains context containing access point WSDL Port element as well physical access point context information like
service name. Access point context can be retrieved using AccessPointContextLoader.getAccessPointContext(HttpServletRequest) API.
On successful validation, model binding specific physical access point information in WSDL Port element
using WSDL Port element extensibility framework.
Parameters:
request - containing binding specific access point information submitted.
Throws:
com.digev.fw.exception.GException - when validation fails of binding specific access point information.
Akana, Inc. Copyright (C) 2000-2015, All rights reserved
This software is the confidential and proprietary information of Akana, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Akana, Inc.