Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
oracle.fmwplatform.envspec.model.topology.jms |
Classes used to describe JMS topology.
|
Modifier and Type | Method and Description |
---|---|
URLEndpoint |
ForeignJndiProviderBinding.getEndpointRef()
Return the reference to the endpoint in the list of endpoints
contained in the service referenced by the service ref.
|
URLEndpoint |
URLEndpoint.setUrl(String url)
Set the URL string used for connection to a service or other
|
URLEndpoint |
URLEndpoint.setUrlType(URLEndpoint.UrlType urlType)
Set the type of service url this endpoint represents
|
Modifier and Type | Method and Description |
---|---|
ForeignJndiProviderBinding |
ForeignJndiProviderBinding.setEndpointRef(URLEndpoint serviceEndpointRef)
Return the reference to the endpoint in the list of endpoints
contained in the service referenced by the service ref.
|
Modifier and Type | Method and Description |
---|---|
URLEndpoint |
ForeignServerBinding.getServiceEndpointRef() |
URLEndpoint |
SAFRemoteContextBinding.getServiceEndpointRef() |
URLEndpoint |
JMSBridgeDestinationBinding.getServiceEndpointRef()
Get the service endpoint reference.
|
Modifier and Type | Method and Description |
---|---|
ForeignServerBinding |
ForeignServerBinding.setServiceEndpointRef(URLEndpoint serviceEndpointRef) |
SAFRemoteContextBinding |
SAFRemoteContextBinding.setServiceEndpointRef(URLEndpoint serviceEndpointRef) |
JMSBridgeDestinationBinding |
JMSBridgeDestinationBinding.setServiceEndpointRef(URLEndpoint serviceEndpointRef)
Set the service endpoint reference.
|