org.apache.servicemix.jbi.deployment
Class Consumes
java.lang.Object
org.apache.servicemix.jbi.deployment.Consumes
public class Consumes
- extends Object
Specifies either an interface name or a service and endpoint name.
- Version:
- $Revision: 426415 $
| 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-2008 Apache Software Foundation. All Rights Reserved.