Uses of Class
com.sun.enterprise.connectors.inbound.MessageEndpointFactoryInfo
-
Packages that use MessageEndpointFactoryInfo Package Description com.sun.enterprise.connectors.inbound -
-
Uses of MessageEndpointFactoryInfo in com.sun.enterprise.connectors.inbound
Methods in com.sun.enterprise.connectors.inbound that return MessageEndpointFactoryInfo Modifier and Type Method Description MessageEndpointFactoryInfoActiveInboundResourceAdapter. getEndpointFactoryInfo(String id)Returns information about endpoint factory.MessageEndpointFactoryInfoActiveInboundResourceAdapterImpl. getEndpointFactoryInfo(String id)Returns information about endpoint factory.Methods in com.sun.enterprise.connectors.inbound that return types with arguments of type MessageEndpointFactoryInfo Modifier and Type Method Description Collection<MessageEndpointFactoryInfo>ActiveInboundResourceAdapterImpl. getAllEndpointFactories()Retrieves the information about all endpoint factories.Methods in com.sun.enterprise.connectors.inbound with parameters of type MessageEndpointFactoryInfo Modifier and Type Method Description voidActiveInboundResourceAdapter. addEndpointFactoryInfo(String id, MessageEndpointFactoryInfo info)Adds endpoint factory information.voidActiveInboundResourceAdapterImpl. addEndpointFactoryInfo(String id, MessageEndpointFactoryInfo info)Adds endpoint factory information.
-