Package org.apache.ode.bpel.iapi

Examples of org.apache.ode.bpel.iapi.Endpoint


            // element, if present) and this alias must not be used
            for( ComponentService service : theServices ) {
              String partnerlinkName = implementation.getServicePartnerlinkName( service.getName() );
              // MJE 14/07/2009 - added componentURI to the service name to get unique service name
                provideEndpoints.put( partnerlinkName,
                                      new Endpoint( new QName( TUSCANY_NAMESPACE, componentURI + service.getName() ),
                                                "ServicePort"));
            } // end for
        } // end if
        return provideEndpoints;
    } // end getProvideEndpoints
View Full Code Here

TOP

Related Classes of org.apache.ode.bpel.iapi.Endpoint

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.