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
 String getURLPattern()
          Get the URL pattern for this endpoint
 void setURLPattern(String urlPattern)
          Set the URL pattern for this endpoint
 
Methods inherited from interface org.jboss.wsf.spi.deployment.Endpoint
getAddress, getEndpointMetrics, getInstanceProvider, getInvocationHandler, getLifecycleHandler, getName, getRecordProcessors, getRequestHandler, getSecurityDomainContext, getService, getShortName, getState, getTargetBeanClass, getTargetBeanName, getType, processRecord, setAddress, 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

getURLPattern

String getURLPattern()
Get the URL pattern for this endpoint


setURLPattern

void setURLPattern(String urlPattern)
Set the URL pattern for this endpoint



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.