org.apache.openejb.jee.sun
Class PortInfo
java.lang.Object
org.apache.openejb.jee.sun.PortInfo
public class PortInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceEndpointInterface
protected String serviceEndpointInterface
wsdlPort
protected WsdlPort wsdlPort
stubProperty
protected List<StubProperty> stubProperty
callProperty
protected List<CallProperty> callProperty
messageSecurityBinding
protected MessageSecurityBinding messageSecurityBinding
PortInfo
public PortInfo()
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-2013 The Apache OpenEJB development community. All Rights Reserved.