Skip navigation links

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


oracle.soa.management.facade
Interface Service


public interface Service

SCA service facade


Method Summary
 java.util.List<Binding> getBindings()
           
 CompositeDN getCompositeDN()
           
 InterfaceType getInterfaceType()
           
 java.lang.String getMultiplicity()
           
 java.lang.String getName()
           
 java.lang.String getOverride()
          Gets the override attribute value of the property
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 java.util.List<java.lang.String> getReferences()
           
 java.util.List<Message> getRejectedMessages(MessageFilter filter)
           
 java.lang.String getWSDLURL()
           
 void post(java.lang.String operationName, oracle.fabric.common.NormalizedMessage message)
          Deprecated. use oracle.soa.api.DirectConnection#post
 oracle.fabric.common.NormalizedMessage request(java.lang.String operationName, oracle.fabric.common.NormalizedMessage message)
          Deprecated. use oracle.soa.api.DirectConnection#request

 

Method Detail

getCompositeDN

CompositeDN getCompositeDN()
Returns:
the distinguished name for the service

getName

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

getBindings

java.util.List<Binding> getBindings()
Returns:
the bindings that are defined for the service

getRejectedMessages

java.util.List<Message> getRejectedMessages(MessageFilter filter)
Returns:
the list of rejected messages that match the given filter

getProperties

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

getWSDLURL

java.lang.String getWSDLURL()
Returns:
the URL of the published WSDL for the service.

getMultiplicity

java.lang.String getMultiplicity()
Returns:
the multiplicity characteristics of the service

getOverride

java.lang.String getOverride()
Gets the override attribute value of the property
Returns:
no, may, or must

getReferences

java.util.List<java.lang.String> getReferences()
Returns:
a list of the references defined for the service

getInterfaceType

InterfaceType getInterfaceType()
Returns:
the service interface type

post

void post(java.lang.String operationName,
          oracle.fabric.common.NormalizedMessage message)
          throws oracle.fabric.common.FabricInvocationException
Deprecated. use oracle.soa.api.DirectConnection#post
Invoke a one-way operation on the service.
Parameters:
operationName - The name of the operation
message - The message
Throws:
oracle.fabric.common.FabricInvocationException

request

oracle.fabric.common.NormalizedMessage request(java.lang.String operationName,
                                               oracle.fabric.common.NormalizedMessage message)
                                               throws oracle.fabric.common.FabricInvocationException,
                                                      oracle.fabric.common.BusinessFaultException
Deprecated. use oracle.soa.api.DirectConnection#request
Invoke a request/response operatoin on the service. The response is returned as a NormalizedMessage.
Parameters:
operationName - The name of the operation
message - The message
Throws:
oracle.fabric.common.FabricInvocationException
oracle.fabric.common.BusinessFaultException

Skip navigation links

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


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