| java.lang.Object javax.xml.ws.Endpoint org.apache.cxf.jaxws.EndpointImpl
CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY | final public static String CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY(Code) | | This property controls whether the 'publishEndpoint' permission is checked
using only the AccessController (i.e. when SecurityManager is not installed).
By default this check is not done as the system property is not set.
|
EndpointImpl | public EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)(Code) | | Parameters: b - Parameters: i - The implementor object. Parameters: bindingUri - The URI of the Binding being used. Optional. Parameters: wsdl - The URL of the WSDL for the service, if different than the URL specified on theWebService annotation. Optional. |
EndpointImpl | public EndpointImpl(Bus bus, Object implementor)(Code) | | |
checkProperties | protected void checkProperties()(Code) | | |
checkPublishPermission | protected void checkPublishPermission()(Code) | | |
getBindingConfig | public BindingConfiguration getBindingConfig()(Code) | | |
getEndpoint | org.apache.cxf.endpoint.Endpoint getEndpoint()(Code) | | |
getFeatures | public List<AbstractFeature> getFeatures()(Code) | | |
getImplementorClass | public Class getImplementorClass()(Code) | | Gets the class of the implementor.
the class of the implementor object |
getInFaultInterceptors | public List<Interceptor> getInFaultInterceptors()(Code) | | |
getInInterceptors | public List<Interceptor> getInInterceptors()(Code) | | |
getInvoker | public Invoker getInvoker()(Code) | | |
getOutFaultInterceptors | public List<Interceptor> getOutFaultInterceptors()(Code) | | |
getOutInterceptors | public List<Interceptor> getOutInterceptors()(Code) | | |
getService | public Service getService()(Code) | | |
isPublished | public boolean isPublished()(Code) | | |
publish | public void publish()(Code) | | |
setBindingConfig | public void setBindingConfig(BindingConfiguration config)(Code) | | |
setBindingUri | public void setBindingUri(String binding)(Code) | | |
setEndpointName | public void setEndpointName(QName endpointName)(Code) | | |
setFeatures | public void setFeatures(List<AbstractFeature> features)(Code) | | |
setImplementorClass | public void setImplementorClass(Class implementorClass)(Code) | | |
setInFaultInterceptors | public void setInFaultInterceptors(List<Interceptor> interceptors)(Code) | | |
setInInterceptors | public void setInInterceptors(List<Interceptor> interceptors)(Code) | | |
setInvoker | public void setInvoker(Invoker invoker)(Code) | | |
setOutFaultInterceptors | public void setOutFaultInterceptors(List<Interceptor> interceptors)(Code) | | |
setOutInterceptors | public void setOutInterceptors(List<Interceptor> interceptors)(Code) | | |
setServiceName | public void setServiceName(QName serviceName)(Code) | | |
setWsdlLocation | public void setWsdlLocation(String wsdlLocation)(Code) | | |
|
|