JBoss Metadata Common 7.0.4.Final-redhat-1

org.jboss.metadata.javaee.spec
Class PortComponentRef

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.spec.PortComponentRef
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData
Direct Known Subclasses:
JBossPortComponentRef

public class PortComponentRef
extends IdMetaDataImpl

A port-component-ref type

Version:
$Revision: 81860 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
PortComponentRef()
           
 
Method Summary
 Addressing getAddressing()
           
 int getMtomThreshold()
           
 String getPortComponentLink()
           
 RespectBinding getRespectBinding()
           
 String getServiceEndpointInterface()
           
 boolean isEnableMtom()
           
 void setAddressing(Addressing addressing)
           
 void setEnableMtom(boolean enableMtom)
           
 void setMtomThreshold(int mtomThreshold)
           
 void setPortComponentLink(String portComponentLink)
           
 void setRespectBinding(RespectBinding respectBinding)
           
 void setServiceEndpointInterface(String serviceEndpointInterface)
           
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortComponentRef

public PortComponentRef()
Method Detail

isEnableMtom

public boolean isEnableMtom()

setEnableMtom

public void setEnableMtom(boolean enableMtom)

getMtomThreshold

public int getMtomThreshold()

setMtomThreshold

public void setMtomThreshold(int mtomThreshold)

getAddressing

public Addressing getAddressing()

setAddressing

public void setAddressing(Addressing addressing)

getRespectBinding

public RespectBinding getRespectBinding()

setRespectBinding

public void setRespectBinding(RespectBinding respectBinding)

getPortComponentLink

public String getPortComponentLink()

setPortComponentLink

public void setPortComponentLink(String portComponentLink)

getServiceEndpointInterface

public String getServiceEndpointInterface()

setServiceEndpointInterface

public void setServiceEndpointInterface(String serviceEndpointInterface)

toString

public String toString()
Overrides:
toString in class Object

JBoss Metadata Common 7.0.4.Final-redhat-1

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