|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
getSecureWSDLURL() |
java.lang.String |
getWSDLURL() Returns the HTTP WSDL URL unless the HTTP listener has been disabled or the service has an attached SSL-only policy. |
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 |
---|
CompositeDN getCompositeDN()
java.lang.String getName()
java.util.List<Binding> getBindings()
java.util.List<Message> getRejectedMessages(MessageFilter filter)
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String getWSDLURL()
java.lang.String getSecureWSDLURL()
java.lang.String getMultiplicity()
java.lang.String getOverride()
java.util.List<java.lang.String> getReferences()
InterfaceType getInterfaceType()
void post(java.lang.String operationName, oracle.fabric.common.NormalizedMessage message) throws oracle.fabric.common.FabricInvocationException
operationName
- The name of the operationmessage
- The messageoracle.fabric.common.FabricInvocationException
oracle.fabric.common.NormalizedMessage request(java.lang.String operationName, oracle.fabric.common.NormalizedMessage message) throws oracle.fabric.common.FabricInvocationException, oracle.fabric.common.BusinessFaultException
operationName
- The name of the operationmessage
- The messageoracle.fabric.common.FabricInvocationException
oracle.fabric.common.BusinessFaultException
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |