Skip navigation links

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


oracle.soa.management.facade
Interface WebServiceBinding

All Superinterfaces:
Binding, WSDLInterfaceBinding

public interface WebServiceBinding
extends WSDLInterfaceBinding

SCA web service binding facade


Nested Class Summary
static interface WebServiceBinding.Port
          WebService binding port

 

Method Summary
 java.lang.String getDefaultAddressURI()
          Gets the default address
 java.lang.String getEndpointAddressURI()
          Gets the endpoint address
 java.lang.String getLocation()
          Gets the binding location
 WebServiceBinding.Port getPort()
           
 java.lang.String getSOAPVersion()
          Gets the SOAP version supported by the binding
 java.lang.String getStyle()
          Gets the SOAP style supported by the binding
 java.lang.String getTransport()
          Gets the transport supported by the binding

 

Methods inherited from interface oracle.soa.management.facade.WSDLInterfaceBinding
getWSDLURL

 

Methods inherited from interface oracle.soa.management.facade.Binding
getProperties, getSubtype, getType, getURI

 

Method Detail

getPort

WebServiceBinding.Port getPort()

getSOAPVersion

java.lang.String getSOAPVersion()
Gets the SOAP version supported by the binding

getStyle

java.lang.String getStyle()
Gets the SOAP style supported by the binding

getTransport

java.lang.String getTransport()
Gets the transport supported by the binding

getLocation

java.lang.String getLocation()
Gets the binding location

getEndpointAddressURI

java.lang.String getEndpointAddressURI()
Gets the endpoint address

getDefaultAddressURI

java.lang.String getDefaultAddressURI()
Gets the default address

Skip navigation links

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


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