org.apache.servicemix.jbi.deployer.descriptor
Class Consumes
java.lang.Object
org.apache.servicemix.jbi.deployer.descriptor.Consumes
public class Consumes
- extends Object
The <jbi:consumes> element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Consumes
public Consumes()
getInterfaceName
public QName getInterfaceName()
setInterfaceName
public void setInterfaceName(QName interfaceName)
getServiceName
public QName getServiceName()
setServiceName
public void setServiceName(QName serviceName)
getEndpointName
public String getEndpointName()
setEndpointName
public void setEndpointName(String endpointName)
getLinkType
public String getLinkType()
setLinkType
public void setLinkType(String linkType)
isStandardLink
public boolean isStandardLink()
isSoftLink
public boolean isSoftLink()
isHardLink
public boolean isHardLink()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.