org.apache.openejb.core.webservices
Class HandlerChainData
java.lang.Object
org.apache.openejb.core.webservices.HandlerChainData
public class HandlerChainData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerChainData
public HandlerChainData(String serviceNamePattern,
String portNamePattern,
List<String> protocolBindings,
List<HandlerData> handlers)
getServiceNamePattern
public String getServiceNamePattern()
getPortNamePattern
public String getPortNamePattern()
getProtocolBindings
public List<String> getProtocolBindings()
getHandlers
public List<HandlerData> getHandlers()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.