public class WSEndpointDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
String |
address |
Class<?> |
clazz |
Class<? extends Handler>[] |
handlers |
boolean |
mtom |
String |
name |
String |
namespace |
String |
port |
String |
publishedEndpointUrl |
String |
service |
String |
wsdl |
Constructor and Description |
---|
WSEndpointDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
configurePostPublishing(Endpoint ep) |
Object |
getImplementorInstance() |
Endpoint |
toEndpoint() |
public boolean mtom
public String publishedEndpointUrl
public WSEndpointDescriptor()
public Object getImplementorInstance() throws IllegalAccessException, InstantiationException
public Endpoint toEndpoint() throws IOException, IllegalAccessException, InstantiationException
public void configurePostPublishing(Endpoint ep) throws IllegalAccessException, InstantiationException
Copyright © 2018 Nuxeo. All rights reserved.