org.apache.openejb.jee.sun
Class PortInfo

java.lang.Object
  extended by org.apache.openejb.jee.sun.PortInfo

public class PortInfo
extends Object


Field Summary
protected  List<CallProperty> callProperty
           
protected  MessageSecurityBinding messageSecurityBinding
           
protected  String serviceEndpointInterface
           
protected  List<StubProperty> stubProperty
           
protected  WsdlPort wsdlPort
           
 
Constructor Summary
PortInfo()
           
 
Method Summary
 List<CallProperty> getCallProperty()
           
 MessageSecurityBinding getMessageSecurityBinding()
           
 String getServiceEndpointInterface()
           
 List<StubProperty> getStubProperty()
           
 WsdlPort getWsdlPort()
           
 void setMessageSecurityBinding(MessageSecurityBinding value)
           
 void setServiceEndpointInterface(String value)
           
 void setWsdlPort(WsdlPort value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpointInterface

protected String serviceEndpointInterface

wsdlPort

protected WsdlPort wsdlPort

stubProperty

protected List<StubProperty> stubProperty

callProperty

protected List<CallProperty> callProperty

messageSecurityBinding

protected MessageSecurityBinding messageSecurityBinding
Constructor Detail

PortInfo

public PortInfo()
Method Detail

getServiceEndpointInterface

public String getServiceEndpointInterface()

setServiceEndpointInterface

public void setServiceEndpointInterface(String value)

getWsdlPort

public WsdlPort getWsdlPort()

setWsdlPort

public void setWsdlPort(WsdlPort value)

getStubProperty

public List<StubProperty> getStubProperty()

getCallProperty

public List<CallProperty> getCallProperty()

getMessageSecurityBinding

public MessageSecurityBinding getMessageSecurityBinding()

setMessageSecurityBinding

public void setMessageSecurityBinding(MessageSecurityBinding value)


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