Uses of Class
org.apache.openejb.jee.oejb2.PortType

Packages that use PortType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of PortType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as PortType
protected  PortType PortCompletionType.port
           
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type PortType
protected  List<PortType> ServiceRefType.port
           
 

Methods in org.apache.openejb.jee.oejb2 that return PortType
 PortType ObjectFactory.createPortType()
          Create an instance of PortType
 PortType PortCompletionType.getPort()
          Gets the value of the port property.
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type PortType
 List<PortType> ServiceRefType.getPort()
          Gets the value of the port property.
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type PortType
 void PortCompletionType.setPort(PortType value)
          Sets the value of the port property.
 



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