| |
|
| java.lang.Object com.sun.jbi.messaging.RegisteredEndpoint com.sun.jbi.messaging.DynamicEndpoint
DynamicEndpoint | public class DynamicEndpoint extends RegisteredEndpoint (Code) | | Represents a dynamic endpoint supplied by a component in response to a
call to resolveEndpointReference(). Dynamic endpoints are not registered
with the NMR, they are merely used to route exchanges using an endpoint
reference.
author: Sun Microsystems, Inc. |
DynamicEndpoint | public DynamicEndpoint(ServiceEndpoint endpoint, String ownerId, DocumentFragment reference)(Code) | | Creates a new DynamicEndpoint.
Parameters: service - service name Parameters: endpoint - endpoint name Parameters: ownerId - id of component which is registering the service Parameters: reference - endpoint reference for this endpoint Parameters: type - endpoint type |
getType | public int getType()(Code) | | |
|
|
|