Uses of Class
org.openliberty.wsc.WSFMessage

Packages that use WSFMessage
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of WSFMessage in org.openliberty.wsc
 

Fields in org.openliberty.wsc declared as WSFMessage
private  WSFMessage PeopleService.currentReqRespMessage
           
 

Methods in org.openliberty.wsc that return WSFMessage
static WSFMessage WSFMessage.createWSFMessage(BaseServiceClient serviceClient, java.lang.String actionString)
          Factory method to create a WSFMessage from an EPR.
 WSFMessage PeopleService.currentReqRespMessage()
           
 

Methods in org.openliberty.wsc with parameters of type WSFMessage
static java.util.List<EndpointReference> DiscoveryService.eprsFromDiscoResponse(WSFMessage message)
          Utility method to extract the EndpointReferences from the WSFMessage response.
static java.lang.String WSFMessage.prettyPrintRequestMessage(WSFMessage message)
          Prints a nice looking output of the request message
static java.lang.String WSFMessage.prettyPrintResponseMessage(WSFMessage message)
          Prints a nice looking output of the response message
 org.w3c.dom.Element WSFMessageSigner.sign(WSFMessage message)
          Takes the requestEnvelope, signs the elements that have been specified in WSFMessage.getSignatureIds(), and returns a signed root element