org.jboss.wsf.spi.deployment
Interface HttpEndpoint
- All Superinterfaces:
- Endpoint, Extensible
public interface HttpEndpoint extends Endpoint
To represents a http 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 and Description String
getURLPattern()
Get the URL pattern for this endpointvoid
setURLPattern(String urlPattern)
Set the URL pattern for this endpointMethods 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
Copyright © 2020 JBoss, by Red Hat. All rights reserved.