| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling |
This package contains all of the XML Tooling modeling the ID-WSF 2.0 xsd and Specifications.
|
| org.openliberty.xmltooling.soapbinding |
| Modifier and Type | Method and Description |
|---|---|
static BaseServiceClient |
WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR,
DiscoveryService.WSFServiceType serviceType,
Konstantz.WSFSecurityMechanism sechMech) |
static List<EndpointReference> |
WSCUtilities.queryDiscoveryServiceForServiceEPRs(DiscoveryService discoService,
DiscoveryService.WSFServiceType type,
Konstantz.WSFSecurityMechanism mechanism)
Retrieves a list of
EndpointReference objects from the specified
Discovery Service using the supplied parameters. |
| Modifier and Type | Method and Description |
|---|---|
static Konstantz.WSFSecurityMechanism |
Konstantz.WSFSecurityMechanism.findSecurityMechanismForURI(String uri)
Takes a uri and attempts to find a matching SecurityMechanism
|
static Konstantz.WSFSecurityMechanism |
Konstantz.WSFSecurityMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Konstantz.WSFSecurityMechanism[] |
Konstantz.WSFSecurityMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Konstantz.WSFSecurityMechanism |
SecurityMechID.getSecurityMechanism()
Wrapper for the SecurityMechID element content that returns an
enumerated SecurityMechanism
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityMechID.setSecurityMechanism(Konstantz.WSFSecurityMechanism securityMechanism)
Wrapper for setting the SecurityMechID element content that takes
an enumerated SecurityMechanism as its argument
|
Copyright © 1999–2015. All rights reserved.