public class EndpointImpl extends EndpointImpl
CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY, CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY_WITH_SECURITY_MANAGER
WSDL_PORT, WSDL_SERVICE
Constructor and Description |
---|
EndpointImpl(Bus bus,
Object implementor) |
EndpointImpl(Bus b,
Object implementor,
JaxWsServerFactoryBean sf) |
EndpointImpl(Bus b,
Object i,
String bindingUri) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl,
javax.xml.ws.WebServiceFeature[] f) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
javax.xml.ws.WebServiceFeature[] features) |
EndpointImpl(Object implementor) |
Modifier and Type | Method and Description |
---|---|
void |
publish(javax.xml.ws.spi.http.HttpContext context) |
void |
setEndpointContext(javax.xml.ws.EndpointContext ctxt) |
checkProperties, checkPublishable, checkPublishPermission, doPublish, getAddress, getBeanName, getBinding, getBindingConfig, getBindingUri, getBus, getDataBinding, getEndpointName, getEndpointReference, getEndpointReference, getExecutor, getFeatures, getHandlers, getImplementor, getImplementorClass, getInFaultInterceptors, getInInterceptors, getInvoker, getMetadata, getOutFaultInterceptors, getOutInterceptors, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServer, getServer, getServerFactory, getService, getServiceFactory, getServiceName, getTransportId, getWsdlLocation, isPublished, publish, publish, publish, setAddress, setBindingConfig, setBindingUri, setBus, setDataBinding, setEndpointName, setExecutor, setFeatures, setHandlers, setImplementorClass, setInFaultInterceptors, setInInterceptors, setInvoker, setMetadata, setOutFaultInterceptors, setOutInterceptors, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServerFactory, setServiceFactory, setServiceName, setTransportId, setWsdlLocation, stop
create, create, create, create, publish, publish
public EndpointImpl(Object implementor)
implementor
- public EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)
b
- implementor
- sf
- public EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)
b
- i
- bindingUri
- wsdl
- public EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[] f)
b
- i
- bindingUri
- wsdl
- f
- public EndpointImpl(Bus b, Object i, String bindingUri)
b
- i
- bindingUri
- public EndpointImpl(Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[] features)
b
- i
- bindingUri
- features
- public void setEndpointContext(javax.xml.ws.EndpointContext ctxt)
setEndpointContext
in class javax.xml.ws.Endpoint
public void publish(javax.xml.ws.spi.http.HttpContext context)
publish
in class javax.xml.ws.Endpoint
Apache CXF