Uses of Class
com.sun.enterprise.deployment.ServiceRefPortInfo
-
-
Uses of ServiceRefPortInfo in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return ServiceRefPortInfo Modifier and Type Method Description ServiceRefPortInfoServiceReferenceDescriptor. addContainerManagedPort(String serviceEndpointInterface)ServiceRefPortInfoServiceReferenceDescriptor. getPortInfo(String serviceEndpointInterface)Lookup port info by service endpoint interface.ServiceRefPortInfoServiceReferenceDescriptor. getPortInfoByPort(QName wsdlPort)Lookup port info by wsdl port.ServiceRefPortInfoServiceReferenceDescriptor. getPortInfoBySEI(String serviceEndpointInterface)Lookup port info by service endpoint interface.Methods in com.sun.enterprise.deployment that return types with arguments of type ServiceRefPortInfo Modifier and Type Method Description Set<ServiceRefPortInfo>ServiceReferenceDescriptor. getPortsInfo()Methods in com.sun.enterprise.deployment with parameters of type ServiceRefPortInfo Modifier and Type Method Description voidServiceReferenceDescriptor. addPortInfo(ServiceRefPortInfo portInfo)voidServiceReferenceDescriptor. addRuntimePortInfo(ServiceRefPortInfo runtimePortInfo)Special handling of case where runtime port info is added.voidServiceReferenceDescriptor. removePortInfo(ServiceRefPortInfo portInfo)Constructors in com.sun.enterprise.deployment with parameters of type ServiceRefPortInfo Constructor Description ServiceRefPortInfo(ServiceRefPortInfo other) -
Uses of ServiceRefPortInfo in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type ServiceRefPortInfo Modifier and Type Method Description NodeServiceRefPortInfoRuntimeNode. writeDescriptor(Node parent, String nodeName, ServiceRefPortInfo desc)write the descriptor class to a DOM tree and return it -
Uses of ServiceRefPortInfo in com.sun.enterprise.deployment.node.ws
Methods in com.sun.enterprise.deployment.node.ws with parameters of type ServiceRefPortInfo Modifier and Type Method Description NodeWLServiceRefPortInfoRuntimeNode. writeDescriptor(Node parent, String nodeName, ServiceRefPortInfo desc)write the descriptor class to a DOM tree and return it -
Uses of ServiceRefPortInfo in com.sun.enterprise.deployment.runtime.common
Methods in com.sun.enterprise.deployment.runtime.common that return ServiceRefPortInfo Modifier and Type Method Description ServiceRefPortInfoMessageDescriptor. getServiceRefPortInfo()Methods in com.sun.enterprise.deployment.runtime.common with parameters of type ServiceRefPortInfo Modifier and Type Method Description voidMessageDescriptor. setServiceRefPortInfo(ServiceRefPortInfo portInfo)
-