| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Method and Description |
|---|---|
static WSFMessage |
WSFMessage.createWSFMessage(BaseServiceClient serviceClient,
String actionString)
Factory method to create a WSFMessage from an EPR.
|
| Modifier and Type | Method and Description |
|---|---|
static List<EndpointReference> |
DiscoveryService.eprsFromDiscoResponse(WSFMessage message)
Utility method to extract the EndpointReferences from the WSFMessage response.
|
static String |
WSFMessage.prettyPrintRequestMessage(WSFMessage message)
Prints a nice looking output of the request message
|
static String |
WSFMessage.prettyPrintResponseMessage(WSFMessage message)
Prints a nice looking output of the response message
|
Element |
WSFMessageSigner.sign(WSFMessage message)
Takes the requestEnvelope, signs the elements that have been specified in WSFMessage.getSignatureIds(),
and returns a signed root element
|
Copyright © 1999–2015. All rights reserved.