cosmic-internal-jdk
Version:
KingScript: JDK1.8
60 lines (59 loc) • 4.26 kB
JavaScript
export const Action = $.type("javax.xml.ws.Action");
export const AsyncHandler = $.type("javax.xml.ws.AsyncHandler");
export const Binding = $.type("javax.xml.ws.Binding");
export const BindingProvider = $.type("javax.xml.ws.BindingProvider");
export const BindingType = $.type("javax.xml.ws.BindingType");
export const Dispatch = $.type("javax.xml.ws.Dispatch");
export const Endpoint = $.type("javax.xml.ws.Endpoint");
export const EndpointContext = $.type("javax.xml.ws.EndpointContext");
export const EndpointReference = $.type("javax.xml.ws.EndpointReference");
export const FaultAction = $.type("javax.xml.ws.FaultAction");
export const Holder = $.type("javax.xml.ws.Holder");
export const LogicalMessage = $.type("javax.xml.ws.LogicalMessage");
export const ProtocolException = $.type("javax.xml.ws.ProtocolException");
export const Provider = $.type("javax.xml.ws.Provider");
export const RequestWrapper = $.type("javax.xml.ws.RequestWrapper");
export const RespectBinding = $.type("javax.xml.ws.RespectBinding");
export const RespectBindingFeature = $.type("javax.xml.ws.RespectBindingFeature");
export const Response = $.type("javax.xml.ws.Response");
export const ResponseWrapper = $.type("javax.xml.ws.ResponseWrapper");
export const Service = $.type("javax.xml.ws.Service");
export const Service$Mode = $.javax.xml.ws.Service$Mode;
export const ServiceMode = $.type("javax.xml.ws.ServiceMode");
export const WebEndpoint = $.type("javax.xml.ws.WebEndpoint");
export const WebFault = $.type("javax.xml.ws.WebFault");
export const WebServiceClient = $.type("javax.xml.ws.WebServiceClient");
export const WebServiceContext = $.type("javax.xml.ws.WebServiceContext");
export const WebServiceException = $.type("javax.xml.ws.WebServiceException");
export const WebServiceFeature = $.type("javax.xml.ws.WebServiceFeature");
export const WebServicePermission = $.type("javax.xml.ws.WebServicePermission");
export const WebServiceProvider = $.type("javax.xml.ws.WebServiceProvider");
export const WebServiceRef = $.type("javax.xml.ws.WebServiceRef");
export const WebServiceRefs = $.type("javax.xml.ws.WebServiceRefs");
export const Handler = $.type("javax.xml.ws.handler.Handler");
export const HandlerResolver = $.type("javax.xml.ws.handler.HandlerResolver");
export const LogicalHandler = $.type("javax.xml.ws.handler.LogicalHandler");
export const LogicalMessageContext = $.type("javax.xml.ws.handler.LogicalMessageContext");
export const MessageContext = $.type("javax.xml.ws.handler.MessageContext");
export const MessageContext$Scope = $.javax.xml.ws.handler.MessageContext$Scope;
export const PortInfo = $.type("javax.xml.ws.handler.PortInfo");
export const SOAPHandler = $.type("javax.xml.ws.handler.soap.SOAPHandler");
export const SOAPMessageContext = $.type("javax.xml.ws.handler.soap.SOAPMessageContext");
export const HTTPBinding = $.type("javax.xml.ws.http.HTTPBinding");
export const HTTPException = $.type("javax.xml.ws.http.HTTPException");
export const Addressing = $.type("javax.xml.ws.soap.Addressing");
export const AddressingFeature = $.type("javax.xml.ws.soap.AddressingFeature");
export const AddressingFeature$Responses = $.javax.xml.ws.soap.AddressingFeature$Responses;
export const MTOM = $.type("javax.xml.ws.soap.MTOM");
export const MTOMFeature = $.type("javax.xml.ws.soap.MTOMFeature");
export const SOAPBinding = $.type("javax.xml.ws.soap.SOAPBinding");
export const SOAPFaultException = $.type("javax.xml.ws.soap.SOAPFaultException");
export const Invoker = $.type("javax.xml.ws.spi.Invoker");
export const ProviderOfSpi = $.type("javax.xml.ws.spi.ProviderOfSpi");
export const ServiceDelegate = $.type("javax.xml.ws.spi.ServiceDelegate");
export const WebServiceFeatureAnnotation = $.type("javax.xml.ws.spi.WebServiceFeatureAnnotation");
export const HttpContext = $.type("javax.xml.ws.spi.http.HttpContext");
export const HttpExchange = $.type("javax.xml.ws.spi.http.HttpExchange");
export const HttpHandler = $.type("javax.xml.ws.spi.http.HttpHandler");
export const W3CEndpointReference = $.type("javax.xml.ws.wsaddressing.W3CEndpointReference");
export const W3CEndpointReferenceBuilder = $.type("javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder");