public interface ManagedEndpointFactory
Modifier and Type | Method and Description |
---|---|
<T> WSEndpoint<T> |
createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
This method may return a WSEndpoint implementation that wraps the original
WSEndpoint instance.
|
<T> WSEndpoint<T> createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)
T
- The endpoint implementation type.endpoint
- The endpoint instance.attributes
- The parameters with which the original endpoint instance
was created.Copyright © 2015 Oracle Corporation. All rights reserved.