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() |
public String name
public String address
public Class<?> clazz
public String namespace
public String wsdl
public String port
public String service
public boolean mtom
public String publishedEndpointUrl
public Object getImplementorInstance() throws IllegalAccessException, InstantiationException
public Endpoint toEndpoint() throws IOException, IllegalAccessException, InstantiationException
public void configurePostPublishing(Endpoint ep) throws IllegalAccessException, InstantiationException
Copyright © 2015 Nuxeo SA. All rights reserved.