Modifier and Type |
Method and Description |
protected static void |
addToBeans(Collection<Object> beans,
Object o) |
protected boolean |
checkPrivateEndpoint(Endpoint ep)
Checks if a given endpoint has been marked as private.
|
protected abstract BindingInfo |
createBindingInfo() |
protected abstract Endpoint |
createEndpoint() |
String |
getAddress() |
BindingConfiguration |
getBindingConfig() |
BindingFactory |
getBindingFactory() |
String |
getBindingId() |
Bus |
getBus() |
Bus |
getBus(boolean createIfNeeded) |
ConduitSelector |
getConduitSelector() |
DataBinding |
getDataBinding() |
DestinationFactory |
getDestinationFactory() |
QName |
getEndpointName() |
List<Feature> |
getFeatures() |
Map<String,Object> |
getProperties() |
Map<String,Object> |
getProperties(boolean create) |
String |
getPublishedEndpointUrl() |
QName |
getServiceName() |
String |
getTransportId() |
protected boolean |
initializeAnnotationInterceptors(AnnotationInterceptors provider,
Endpoint ep) |
protected void |
initializeAnnotationInterceptors(Endpoint ep,
Class<?>... cls)
Add annotationed Interceptors and Features to the Endpoint
|
protected void |
initializeAnnotationInterceptors(Endpoint ep,
Class<?> cls)
Add annotated Interceptors and Features to the Endpoint
|
void |
setAddress(String address) |
void |
setBindingConfig(BindingConfiguration obj) |
void |
setBindingFactory(BindingFactory bf) |
void |
setBindingId(String bind) |
void |
setBus(Bus bus) |
void |
setConduitSelector(ConduitSelector selector) |
void |
setDataBinding(DataBinding dataBinding) |
void |
setDestinationFactory(DestinationFactory destinationFactory) |
void |
setEndpointName(QName endpointName) |
void |
setEndpointReference(org.apache.cxf.ws.addressing.EndpointReferenceType epr) |
void |
setFeatures(List<? extends Feature> features2) |
void |
setProperties(Map<String,Object> properties) |
void |
setPublishedEndpointUrl(String publishedEndpointUrl) |
void |
setServiceName(QName name) |
void |
setTransportId(String transportId) |