Uses of Class
com.sun.xml.ws.api.config.management.EndpointCreationAttributes
-
Packages that use EndpointCreationAttributes Package Description com.sun.xml.ws.api.config.management com.sun.xml.ws.config.management.server com.sun.xml.ws.metro.api.config.management -
-
Uses of EndpointCreationAttributes in com.sun.xml.ws.api.config.management
Methods in com.sun.xml.ws.api.config.management with parameters of type EndpointCreationAttributes Modifier and Type Method Description <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 EndpointCreationAttributes Modifier and Type Method Description <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 EndpointCreationAttributes Modifier and Type Method Description EndpointCreationAttributesManagedEndpoint. getCreationAttributes()Returns attributes used for creation of this endpoint.Constructors in com.sun.xml.ws.metro.api.config.management with parameters of type EndpointCreationAttributes Constructor Description ManagedEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes)Initializes this endpoint.
-