public class AbstractDefaultEndpoint
extends org.jboss.wsf.spi.deployment.AbstractExtensible
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected org.jboss.wsf.spi.deployment.InstanceProvider |
instanceProvider |
protected org.jboss.wsf.spi.invocation.InvocationHandler |
invocationHandler |
protected org.jboss.wsf.spi.deployment.LifecycleHandler |
lifecycleHandler |
protected org.jboss.wsf.spi.management.EndpointMetrics |
metrics |
protected ObjectName |
name |
protected List<org.jboss.ws.api.monitoring.RecordProcessor> |
recordProcessors |
protected org.jboss.wsf.spi.invocation.RequestHandler |
requestHandler |
protected org.jboss.wsf.spi.security.SecurityDomainContext |
securityDomainContext |
protected org.jboss.wsf.spi.deployment.Service |
service |
protected String |
shortName |
protected org.jboss.wsf.spi.deployment.EndpointState |
state |
protected String |
targetBean |
protected Class<?> |
targetBeanClass |
protected org.jboss.wsf.spi.deployment.EndpointType |
type |
protected String |
urlPattern |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
addAttachment(Class<T> clazz,
Object obj) |
protected void |
assertEndpointSetterAccess() |
String |
getAddress() |
org.jboss.wsf.spi.deployment.InstanceProvider |
getInstanceProvider() |
org.jboss.wsf.spi.invocation.InvocationHandler |
getInvocationHandler() |
org.jboss.wsf.spi.deployment.LifecycleHandler |
getLifecycleHandler() |
ObjectName |
getName() |
List<org.jboss.ws.api.monitoring.RecordProcessor> |
getRecordProcessors() |
org.jboss.wsf.spi.invocation.RequestHandler |
getRequestHandler() |
org.jboss.wsf.spi.security.SecurityDomainContext |
getSecurityDomainContext() |
org.jboss.wsf.spi.deployment.Service |
getService() |
String |
getShortName() |
org.jboss.wsf.spi.deployment.EndpointState |
getState() |
Class<?> |
getTargetBeanClass() |
String |
getTargetBeanName() |
org.jboss.wsf.spi.deployment.EndpointType |
getType() |
void |
processRecord(org.jboss.ws.api.monitoring.Record record) |
<T> T |
removeAttachment(Class<T> key) |
void |
removeProperty(String key) |
void |
setAddress(String address) |
void |
setInstanceProvider(org.jboss.wsf.spi.deployment.InstanceProvider instanceProvider) |
void |
setInvocationHandler(org.jboss.wsf.spi.invocation.InvocationHandler handler) |
void |
setLifecycleHandler(org.jboss.wsf.spi.deployment.LifecycleHandler handler) |
void |
setName(ObjectName name) |
void |
setProperty(String key,
Object value) |
void |
setRecordProcessors(List<org.jboss.ws.api.monitoring.RecordProcessor> recordProcessors) |
void |
setRequestHandler(org.jboss.wsf.spi.invocation.RequestHandler handler) |
void |
setSecurityDomainContext(org.jboss.wsf.spi.security.SecurityDomainContext securityDomainContext) |
void |
setService(org.jboss.wsf.spi.deployment.Service service) |
void |
setShortName(String shortName) |
void |
setState(org.jboss.wsf.spi.deployment.EndpointState state) |
void |
setTargetBeanName(String targetBean) |
void |
setType(org.jboss.wsf.spi.deployment.EndpointType type) |
protected org.jboss.wsf.spi.deployment.Service service
protected ObjectName name
protected String shortName
protected String urlPattern
protected String targetBean
protected Class<?> targetBeanClass
protected org.jboss.wsf.spi.deployment.EndpointState state
protected org.jboss.wsf.spi.deployment.EndpointType type
protected org.jboss.wsf.spi.invocation.RequestHandler requestHandler
protected org.jboss.wsf.spi.invocation.InvocationHandler invocationHandler
protected org.jboss.wsf.spi.deployment.LifecycleHandler lifecycleHandler
protected org.jboss.wsf.spi.management.EndpointMetrics metrics
protected String address
protected List<org.jboss.ws.api.monitoring.RecordProcessor> recordProcessors
protected org.jboss.wsf.spi.security.SecurityDomainContext securityDomainContext
protected org.jboss.wsf.spi.deployment.InstanceProvider instanceProvider
public org.jboss.wsf.spi.deployment.Service getService()
public void setService(org.jboss.wsf.spi.deployment.Service service)
public String getTargetBeanName()
public void setTargetBeanName(String targetBean)
public Class<?> getTargetBeanClass()
public ObjectName getName()
public void setName(ObjectName name)
public String getShortName()
public void setShortName(String shortName)
public org.jboss.wsf.spi.deployment.EndpointState getState()
public void setState(org.jboss.wsf.spi.deployment.EndpointState state)
public org.jboss.wsf.spi.deployment.EndpointType getType()
public void setType(org.jboss.wsf.spi.deployment.EndpointType type)
public org.jboss.wsf.spi.invocation.RequestHandler getRequestHandler()
public void setRequestHandler(org.jboss.wsf.spi.invocation.RequestHandler handler)
public org.jboss.wsf.spi.deployment.LifecycleHandler getLifecycleHandler()
public void setLifecycleHandler(org.jboss.wsf.spi.deployment.LifecycleHandler handler)
public org.jboss.wsf.spi.invocation.InvocationHandler getInvocationHandler()
public void setInvocationHandler(org.jboss.wsf.spi.invocation.InvocationHandler handler)
public <T> T addAttachment(Class<T> clazz, Object obj)
addAttachment in interface org.jboss.wsf.spi.deployment.ExtensibleaddAttachment in class org.jboss.wsf.spi.deployment.AbstractExtensiblepublic <T> T removeAttachment(Class<T> key)
removeAttachment in interface org.jboss.wsf.spi.deployment.ExtensibleremoveAttachment in class org.jboss.wsf.spi.deployment.AbstractExtensiblepublic void removeProperty(String key)
removeProperty in interface org.jboss.wsf.spi.deployment.ExtensibleremoveProperty in class org.jboss.wsf.spi.deployment.AbstractExtensiblepublic void setProperty(String key, Object value)
setProperty in interface org.jboss.wsf.spi.deployment.ExtensiblesetProperty in class org.jboss.wsf.spi.deployment.AbstractExtensibleprotected void assertEndpointSetterAccess()
public List<org.jboss.ws.api.monitoring.RecordProcessor> getRecordProcessors()
public void setRecordProcessors(List<org.jboss.ws.api.monitoring.RecordProcessor> recordProcessors)
public void processRecord(org.jboss.ws.api.monitoring.Record record)
public String getAddress()
public void setAddress(String address)
public org.jboss.wsf.spi.security.SecurityDomainContext getSecurityDomainContext()
public void setSecurityDomainContext(org.jboss.wsf.spi.security.SecurityDomainContext securityDomainContext)
public org.jboss.wsf.spi.deployment.InstanceProvider getInstanceProvider()
public void setInstanceProvider(org.jboss.wsf.spi.deployment.InstanceProvider instanceProvider)
Copyright © 2015 JBoss, by Red Hat. All rights reserved.