All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Dispatch<StreamSource> |
createCallbackDispatch() |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
QName operation) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
QName operation,
String soapAction) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
QName operation,
String soapAction,
URL wsdlLocation) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
QName operation,
URL wsdlLocation) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
Service.Mode mode,
QName operation) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
Service.Mode mode,
QName operation,
String soapAction) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
Service.Mode mode,
QName operation,
String soapAction,
URL wsdlLocationURL) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
Service.Mode mode,
QName operation,
String soapAction,
URL wsdlLocationURL,
String policyAlias) |
<T extends Source> Dispatch<T> |
createCallbackDispatch(Class<T> sourceClass,
Service.Mode mode,
QName operation,
URL wsdlLocationURL) |
Dispatch<StreamSource> |
createCallbackDispatch(QName operation) |
Dispatch<StreamSource> |
createCallbackDispatch(QName operation,
String soapAction) |
static Endpoint |
createCallbackEndpoint(Object implementor,
CallbackInfo cbInfo) |
static Endpoint |
createCallbackEndpoint(Object implementor,
CallbackInfo cbInfo,
String policyAlias) |
static Endpoint |
createCallbackEndpoint(Object implementor,
String wsdlLocation) |
static Endpoint |
createCallbackEndpoint(Object implementor,
URL wsdlLocation) |
static CallbackInfo |
createCallbackInfo(String wsdlLocation) |
static CallbackInfo |
createCallbackInfo(URL wsdlLocationURL) |
<T> T |
createCallbackProxy(Class<T> proxyInterface) |
static void |
enforceOperation(QName operationName,
Dispatch<?> dispatch) |
static void |
enforceOperation(QName operationName,
Map<String,Object> requestContext) |
static void |
enforceOperation(QName operationName,
String soapAction,
Dispatch<?> dispatch) |
static void |
enforceOperation(QName operationName,
String soapAction,
Map<String,Object> requestContext) |
String |
getBindingId() |
String |
getCallbackId() |
CallbackInfo |
getCallbackInfo() |
static CallContext |
getCallContext(Map<?,?> contextHolder) |
static CallContext |
getCallContext(WebServiceContext wsContext) |
String |
getCallId() |
String |
getCorrelationId() |
String |
getFlowId() |
QName |
getOperationName() |
QName |
getPortTypeName() |
String |
getReplyToAddress() |
String |
getRequestId() |
X509Certificate |
getRequestorSignatureCertificate() |
QName |
getServiceName() |
Map<String,String> |
getUserData() |
String |
getWsdlLocation() |
URL |
getWsdlLocationURL() |
boolean |
hasUserData() |
static boolean |
isLogging() |
static boolean |
isServiceActivityMonitoring() |
static Configuration |
resolveConfiguration(QName serviceName) |
void |
setBindingId(String bindingId) |
static void |
setCallbackEndpoint(Dispatch<?> dispatch,
Object callbackEndpoint) |
static void |
setCallbackEndpoint(Map<String,Object> context,
Object callbackEndpoint) |
void |
setCallbackId(String callbackId) |
void |
setCallId(String callId) |
void |
setCorrelationId(String correlationId) |
void |
setFlowId(String flowId) |
static void |
setLogging(boolean logging) |
void |
setOperationName(QName operationName) |
void |
setPortTypeName(QName portTypeName) |
void |
setReplyToAddress(String replyToAddress) |
void |
setRequestId(String requestId) |
void |
setRequestorSignatureCertificate(X509Certificate requestorSignatureCertificate) |
static void |
setServiceActivityMonitoring(boolean value) |
void |
setServiceName(QName serviceName) |
<T> void |
setupCallbackProxy(T proxy) |
static void |
setupDispatch(Dispatch<?> dispatch) |
static void |
setupDispatch(Dispatch<?> dispatch,
Object callbackEndpoint) |
static void |
setupEndpoint(Endpoint endpoint) |
static void |
setupServerFactory(org.apache.cxf.jaxws.JaxWsServerFactoryBean serverFactory) |
void |
setWsdlLocation(File wsdlLocation) |
void |
setWsdlLocation(String wsdlLocation) |
void |
setWsdlLocation(URL wsdlLocation) |
void |
setWsdlLocationURL(URL wsdlLocationURL) |