Skip navigation links

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


oracle.soa.management.facade
Interface Binding

All Known Subinterfaces:
WebServiceBinding, WSDLInterfaceBinding

public interface Binding

SCA binding facade


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Deprecated. Binding-specific properties have been deprecated Returns a map of properties configured for this binding.
 java.lang.String getSubtype()
           
 java.lang.String getType()
           
 java.lang.String getURI()
           

 

Method Detail

getURI

java.lang.String getURI()
Returns:
the binding type URI

getType

java.lang.String getType()
Returns:
the binding type

getSubtype

java.lang.String getSubtype()
Returns:
the binding sub-type

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Deprecated. Binding-specific properties have been deprecated Returns a map of properties configured for this binding.
Returns:
binding properties

Skip navigation links

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


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