public static interface DeploymentDescriptorParser.AdapterFactory<A>
Normally 'A' would be EndpointAdapter
or some derived class.
But the parser doesn't require that to be of any particular type.
Modifier and Type | Method and Description |
---|---|
A |
createAdapter(String name,
String urlPattern,
Class implType,
QName serviceName,
QName portName,
String bindingId,
List<Source> metadata,
WebServiceFeature... features) |
Copyright © 2015 Oracle Corporation. All rights reserved.