org.ow2.util.ee.metadata.common.api.xml.struct
Interface IPortComponentRef
- All Superinterfaces:
- Serializable
public interface IPortComponentRef
- extends Serializable
Interface used for port-component-ref element.
- Author:
- Florent Benoit
|
Field Summary |
static String |
NAME
Name of this element. |
NAME
static final String NAME
- Name of this element.
- See Also:
- Constant Field Values
isEnableMTOM
boolean isEnableMTOM()
setEnableMTOM
void setEnableMTOM(boolean enableMTOM)
getPortComponentLink
String getPortComponentLink()
setPortComponentLink
void setPortComponentLink(String portComponentLink)
getServiceEndpointInterface
String getServiceEndpointInterface()
setServiceEndpointInterface
void setServiceEndpointInterface(String serviceEndpointInterface)
setStubProperties
void setStubProperties(Properties stubProperties)
- Sets stub properties.
- Parameters:
stubProperties - the given properties
getStubProperties
Properties getStubProperties()
- Returns:
- stub properties
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.