137138139140141142143
/** * return a concrete implementor for WS-Trust Client Contract */ public static WSTrustClientContract createWSTrustClientContract() { return new WSTrustClientContractImpl(); }