Searched refs:endpointPolicy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java95 private final @NotNull PolicyMap endpointPolicy; field in class:WSEndpointImpl
120 PolicyMap endpointPolicy) {
130 this.endpointPolicy = endpointPolicy;
206 return endpointPolicy;
115 WSEndpointImpl(@otNull QName serviceName, @NotNull QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, @Nullable ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) argument

Completed in 22 milliseconds