org.apache.openejb.assembler.classic
Class PortRefInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.PortRefInfo
All Implemented Interfaces:
Serializable

public class PortRefInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 boolean enableMtom
           
 Properties properties
           
 QName qname
           
 String serviceEndpointInterface
           
 
Constructor Summary
PortRefInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

public QName qname

serviceEndpointInterface

public String serviceEndpointInterface

enableMtom

public boolean enableMtom

properties

public final Properties properties
Constructor Detail

PortRefInfo

public PortRefInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.