org.apache.cxf.endpoint
Class EndpointImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
              extended by org.apache.cxf.endpoint.EndpointImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, Configurable, Endpoint, InterceptorProvider
Direct Known Subclasses:
JaxWsEndpointImpl

public class EndpointImpl
extends AbstractAttributedInterceptorProvider
implements Endpoint, Configurable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
EndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
EndpointImpl(Bus bus, Service s, javax.xml.namespace.QName endpointName)
           
 
Method Summary
 java.util.List<AbstractFeature> getActiveFeatures()
           
 java.lang.String getBeanName()
          Get the configurable object's Bean name
 Binding getBinding()
           
 Bus getBus()
           
 EndpointInfo getEndpointInfo()
           
 java.util.concurrent.Executor getExecutor()
           
 MessageObserver getInFaultObserver()
           
 MessageObserver getOutFaultObserver()
           
 Service getService()
           
 void initializeActiveFeatures(java.util.List<AbstractFeature> features)
           
 void setBus(Bus bus)
           
 void setExecutor(java.util.concurrent.Executor e)
           
 void setInFaultObserver(MessageObserver observer)
           
 void setOutFaultObserver(MessageObserver observer)
           
 void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
          Utility method to make it easy to set properties from Spring.
 
Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

EndpointImpl

public EndpointImpl(Bus bus,
                    Service s,
                    javax.xml.namespace.QName endpointName)
             throws EndpointException
Throws:
EndpointException

EndpointImpl

public EndpointImpl(Bus bus,
                    Service s,
                    EndpointInfo ei)
             throws EndpointException
Throws:
EndpointException
Method Detail

getBeanName

public java.lang.String getBeanName()
Description copied from interface: Configurable
Get the configurable object's Bean name

Specified by:
getBeanName in interface Configurable
Returns:
the bean name

getEndpointInfo

public EndpointInfo getEndpointInfo()
Specified by:
getEndpointInfo in interface Endpoint

getService

public Service getService()
Specified by:
getService in interface Endpoint

getBinding

public Binding getBinding()
Specified by:
getBinding in interface Endpoint

getExecutor

public java.util.concurrent.Executor getExecutor()
Specified by:
getExecutor in interface Endpoint

setExecutor

public void setExecutor(java.util.concurrent.Executor e)
Specified by:
setExecutor in interface Endpoint

getBus

public Bus getBus()

setBus

public void setBus(Bus bus)

getInFaultObserver

public MessageObserver getInFaultObserver()
Specified by:
getInFaultObserver in interface Endpoint

getOutFaultObserver

public MessageObserver getOutFaultObserver()
Specified by:
getOutFaultObserver in interface Endpoint

setInFaultObserver

public void setInFaultObserver(MessageObserver observer)
Specified by:
setInFaultObserver in interface Endpoint

setOutFaultObserver

public void setOutFaultObserver(MessageObserver observer)
Specified by:
setOutFaultObserver in interface Endpoint

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Utility method to make it easy to set properties from Spring.

Parameters:
properties -

getActiveFeatures

public java.util.List<AbstractFeature> getActiveFeatures()
Specified by:
getActiveFeatures in interface Endpoint
Returns:
the list of fearures already activated for this endpoint.

initializeActiveFeatures

public void initializeActiveFeatures(java.util.List<AbstractFeature> features)
Parameters:
the - list of fearures already activated for this endpoint.


Apache CXF