Package com.ibm.wsdl

Examples of com.ibm.wsdl.BindingImpl


     * @return tModelInstanceDetails object for a port
     */
    private TModelInstanceDetails constructTModelInstanceDetails(PortImpl port) {

        TModelInstanceDetails tModelInstanceDetails = new TModelInstanceDetails();
        BindingImpl binding = (BindingImpl) port.getBinding();
        PortTypeImpl portType = (PortTypeImpl) binding.getPortType();

        String tModelKey = publishPortTypeTModels(portType, tModelInstanceDetails);
        publishBindingTModel(binding, tModelKey, port.getName(), tModelInstanceDetails);

        if (businessServiceInfo.getDocuments() != null) {
View Full Code Here

TOP

Related Classes of com.ibm.wsdl.BindingImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.