Uses of Class
com.sun.xml.ws.api.config.management.EndpointCreationAttributes
Packages that use EndpointCreationAttributes
Package
Description
-
Uses of EndpointCreationAttributes in com.sun.xml.ws.api.config.management
Methods in com.sun.xml.ws.api.config.management with parameters of type EndpointCreationAttributesModifier and TypeMethodDescription<T> WSEndpoint<T>ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance. -
Uses of EndpointCreationAttributes in com.sun.xml.ws.config.management.server
Methods in com.sun.xml.ws.config.management.server with parameters of type EndpointCreationAttributesModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) -
Uses of EndpointCreationAttributes in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return EndpointCreationAttributesModifier and TypeMethodDescriptionManagedEndpoint.getCreationAttributes()Returns attributes used for creation of this endpoint.Constructors in com.sun.xml.ws.metro.api.config.management with parameters of type EndpointCreationAttributesModifierConstructorDescriptionManagedEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes) Initializes this endpoint.