Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


oracle.soa.management.facade
Interface Reference


public interface Reference

SCA reference facade


Method Summary
 java.util.List<Binding> getBindings()
           
 java.lang.String getName()
           
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Gets the properties for this reference.
 java.lang.String getWSDLURL()
          Gets the WSDL URL for the target service

 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the reference

getBindings

java.util.List<Binding> getBindings()
Returns:
a list of bindings defined for the reference

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Gets the properties for this reference. The properties are defined in the sca composite.xml file.
Returns:
the reference properties

getWSDLURL

java.lang.String getWSDLURL()
                            throws java.lang.UnsupportedOperationException
Gets the WSDL URL for the target service

This method is only valid for a reference that has a single binding whose interface is defined by WSDL.

Returns:
The target service's WSDL URL
Throws:
java.lang.UnsupportedOperationException - if the reference has more than one binding, or if it has a single binding whose interface is not defined by WSDL

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.