|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DirectConnection
Provides the ability to exchange messages over the direct binding In order to use a direct connection the composite service must be exposed via <binding.direct>
Can be created directly from a locator object
Locator.createDirectConnection(oracle.soa.management.CompositeDN, java.lang.String)| Method Summary | ||
|---|---|---|
void |
close()Closes the connection, releasing any associated resources |
|
|
post(java.lang.String operationName, Message<T> message)Post a one way message |
|
|
request(java.lang.String operationName, Message<T> message)Invoke a request/response operation |
|
| Method Detail |
|---|
<T> void post(java.lang.String operationName,
Message<T> message)
throws InvocationException
operationName - the name of the operation to invokemessage - the request messageInvocationException
<T> Message<T> request(java.lang.String operationName,
Message<T> message)
throws InvocationException,
FaultException
operationName - the name of the operation to invokemessage - the request messageInvocationExceptionFaultExceptionvoid close()
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||