org.apache.openejb.jee.sun
Class PortInfo
java.lang.Object
org.apache.openejb.jee.sun.PortInfo
public class PortInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceEndpointInterface
protected java.lang.String serviceEndpointInterface
wsdlPort
protected WsdlPort wsdlPort
stubProperty
protected java.util.List<StubProperty> stubProperty
callProperty
protected java.util.List<CallProperty> callProperty
messageSecurityBinding
protected MessageSecurityBinding messageSecurityBinding
PortInfo
public PortInfo()
getServiceEndpointInterface
public java.lang.String getServiceEndpointInterface()
setServiceEndpointInterface
public void setServiceEndpointInterface(java.lang.String value)
getWsdlPort
public WsdlPort getWsdlPort()
setWsdlPort
public void setWsdlPort(WsdlPort value)
getStubProperty
public java.util.List<StubProperty> getStubProperty()
getCallProperty
public java.util.List<CallProperty> getCallProperty()
getMessageSecurityBinding
public MessageSecurityBinding getMessageSecurityBinding()
setMessageSecurityBinding
public void setMessageSecurityBinding(MessageSecurityBinding value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.