Package org.jboss.wsf.spi.deployment
Interface JMSEndpoint
-
- All Superinterfaces:
Endpoint,Extensible
public interface JMSEndpoint extends Endpoint
To represent the jms transport endpoint- Author:
- Jim Ma
-
-
Field Summary
-
Fields inherited from interface org.jboss.wsf.spi.deployment.Endpoint
SEPID_DOMAIN, SEPID_DOMAIN_ENDPOINT, SEPID_PROPERTY_CONTEXT, SEPID_PROPERTY_ENDPOINT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReplyDestination()URIgetRequestURI()StringgetTargetDestination()voidsetReplyDestination(String replyTo)voidsetRequestURI(URI uri)voidsetTargetDestination(String dest)-
Methods inherited from interface org.jboss.wsf.spi.deployment.Endpoint
getAddress, getEndpointConfig, getEndpointMetrics, getInstanceProvider, getInvocationHandler, getLifecycleHandler, getName, getRecordProcessors, getRequestHandler, getSecurityDomainContext, getService, getShortName, getState, getTargetBeanClass, getTargetBeanName, getType, processRecord, setAddress, setEndpointConfig, setEndpointMetrics, setInstanceProvider, setInvocationHandler, setLifecycleHandler, setName, setRecordProcessors, setRequestHandler, setSecurityDomainContext, setService, setShortName, setState, setTargetBeanName, setType
-
Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
-
-
-
-
Method Detail
-
setTargetDestination
void setTargetDestination(String dest)
-
getTargetDestination
String getTargetDestination()
-
setReplyDestination
void setReplyDestination(String replyTo)
-
getReplyDestination
String getReplyDestination()
-
setRequestURI
void setRequestURI(URI uri)
-
getRequestURI
URI getRequestURI()
-
-