| Modifier and Type | Method and Description | 
|---|---|
| void | BindingFactory. addListener(Destination d,
           Endpoint e)Set the destination's message observer which is created by using the endpoint to
 listen the incoming message | 
| void | AbstractBindingFactory. addListener(Destination d,
           Endpoint e) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EndpointImpl | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Endpoint | AbstractConduitSelector. endpoint | 
| protected Endpoint | ManagedEndpoint. endpoint | 
| protected Endpoint | ServerImpl. endpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Endpoint | AbstractEndpointFactory. createEndpoint() | 
| Endpoint | AbstractConduitSelector. getEndpoint() | 
| Endpoint | Client. getEndpoint() | 
| Endpoint | NullConduitSelector. getEndpoint() | 
| Endpoint | ClientImpl. getEndpoint() | 
| Endpoint | Server. getEndpoint() | 
| Endpoint | ServerImpl. getEndpoint() | 
| Endpoint | PreexistingConduitSelector. getEndpoint() | 
| Endpoint | ConduitSelector. getEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | AbstractEndpointFactory. checkPrivateEndpoint(Endpoint ep)Checks if a given endpoint has been marked as private. | 
| protected boolean | AbstractEndpointFactory. initializeAnnotationInterceptors(AnnotationInterceptors provider,
                                Endpoint ep) | 
| protected void | AbstractEndpointFactory. initializeAnnotationInterceptors(Endpoint ep,
                                Class<?>... cls)Add annotationed Interceptors and Features to the Endpoint | 
| protected void | AbstractEndpointFactory. initializeAnnotationInterceptors(Endpoint ep,
                                Class<?> cls)Add annotated Interceptors and Features to the Endpoint | 
| void | AbstractConduitSelector. setEndpoint(Endpoint ep) | 
| void | NullConduitSelector. setEndpoint(Endpoint ep) | 
| protected void | ClientImpl. setEndpoint(Endpoint e) | 
| void | PreexistingConduitSelector. setEndpoint(Endpoint ep) | 
| void | ConduitSelector. setEndpoint(Endpoint endpoint) | 
| protected void | ClientImpl. setExchangeProperties(Exchange exchange,
                     Endpoint endpoint,
                     BindingOperationInfo boi) | 
| protected PhaseInterceptorChain | ClientImpl. setupInterceptorChain(Endpoint endpoint) | 
| Constructor and Description | 
|---|
| ClientImpl(Bus b,
          Endpoint e) | 
| ClientImpl(Bus b,
          Endpoint e,
          Conduit c) | 
| ClientImpl(Bus b,
          Endpoint e,
          ConduitSelector sc) | 
| ManagedEndpoint(Bus b,
               Endpoint ep,
               Server s) | 
| PreexistingConduitSelector(Conduit c,
                          Endpoint e)Constructor. | 
| ServerImpl(Bus bus,
          Endpoint endpoint,
          DestinationFactory destinationFactory,
          BindingFactory bindingFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| Endpoint | ExchangeImpl. getEndpoint() | 
| Endpoint | Exchange. getEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<QName,Endpoint> | ServiceImpl. getEndpoints() | 
| Map<QName,Endpoint> | Service. getEndpoints() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceImpl. setEndpoints(Map<QName,Endpoint> endpoints) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | SimpleMethodDispatcher. getBindingOperation(Method method,
                   Endpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingOperationInfo | MethodDispatcher. getBindingOperation(Method m,
                   Endpoint endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WoodstoxValidationImpl. setupValidation(XMLStreamReader reader,
               Endpoint endpoint,
               ServiceInfo serviceInfo) | 
| void | WoodstoxValidationImpl. setupValidation(XMLStreamWriter writer,
               Endpoint endpoint,
               ServiceInfo serviceInfo) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Endpoint | ChainInitiationObserver. endpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| Endpoint | ChainInitiationObserver. getEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Endpoint> | MultipleEndpointObserver. getEndpoints() | 
| Constructor and Description | 
|---|
| ChainInitiationObserver(Endpoint endpoint,
                       Bus bus) | 
Apache CXF